#53567B

Color #53567B Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #53567B

Tints of Comet #53567B

Color information

#53567B (or 0x53567B) is unknown color: approx Comet. HEX triplet: 53, 56 and 7B. RGB value is (83,86,123). Sum of RGB (Red+Green+Blue) = 83+86+123=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #53567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53567B is #ACA984. Grayscale: #595959. Windows color (decimal): -11315589 or 8083027. OLE color: 8083027.

HSL color Cylindrical-coordinate representation of color #53567B: hue angle of 235.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53567B is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8386123-
CMYK0.330.3000.52
HSL235.5º19.42%40.39%-
HSV(B)235.5º32.52%48.24%-
XYZ10.479.9220.1-
YUV89.32147.01123.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 123 (48.44% from 255) = 42.12%
R=28.42%
G=29.45%
B=42.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83861230.330.3000.52235.519.4240.39
Hex53567B211E034ec1328
Octal12312617341360643542350
Binary1010011101011011110111000011111001101001110110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53567B; }

 p { color: rgb(83,86,123); }

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

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

 a { background-color: rgb(83,86,123); }

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

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

 span { border-color: rgb(83,86,123); }

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