#533671

Color #533671 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #533671

Tints of Blue Diamond #533671

Color information

#533671 (or 0x533671) is unknown color: approx Blue Diamond. HEX triplet: 53, 36 and 71. RGB value is (83,54,113). Sum of RGB (Red+Green+Blue) = 83+54+113=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #533671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533671 is #ACC98E. Grayscale: #454545. Windows color (decimal): -11323791 or 7419475. OLE color: 7419475.

HSL color Cylindrical-coordinate representation of color #533671: hue angle of 269.49º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #533671 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8354113-
CMYK0.270.5200.56
HSL269.49º35.33%32.75%-
HSV(B)269.49º52.21%44.31%-
XYZ7.875.6716.3-
YUV69.4152.61137.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 54 (21.48% from 255) = 21.6%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=33.2%
G=21.6%
B=45.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83541130.270.5200.56269.4935.3332.75
Hex5336711B3403810d2321
Octal1236616133640704154341
Binary10100111101101110001110111101000111000100001101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533671; }

 p { color: rgb(83,54,113); }

 H1.HeaderClassName
 {
   color: #533671;
 }
 .AnyTagClassName
 {
   color: #533671;
 }
</style>
background-color css

<style>
 a { background-color: #533671; }

 a { background-color: rgb(83,54,113); }

 div.DivClassName
 {
   background-color: #533671;
 }
 .BgClassName
 {
   background-color: #533671;
 }
</style>
border-color css

<style>
 span { border-color: #533671; }

 span { border-color: rgb(83,54,113); }

 td.TdClassName
 {
   border-color: #533671;
 }
 .TagClassName
 {
   border-color: #533671;
 }
</style>