#54556C

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

Shades of Comet #54556C

Tints of Comet #54556C

Color information

#54556C (or 0x54556C) is unknown color: approx Comet. HEX triplet: 54, 55 and 6C. RGB value is (84,85,108). Sum of RGB (Red+Green+Blue) = 84+85+108=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #54556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556C is #ABAA93. Grayscale: #575757. Windows color (decimal): -11250324 or 7099732. OLE color: 7099732.

HSL color Cylindrical-coordinate representation of color #54556C: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54556C is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8485108-
CMYK0.220.2100.58
HSL237.5º12.5%37.65%-
HSV(B)237.5º22.22%42.35%-
XYZ9.619.4615.51-
YUV87.32139.67125.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=30.32%
G=30.69%
B=38.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84851080.220.2100.58237.512.537.65
Hex54556C161503Aeec26
Octal12412515426250723561446
Binary10101001010101110110010110101010111010111011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54556C; }

 p { color: rgb(84,85,108); }

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

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

 a { background-color: rgb(84,85,108); }

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

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

 span { border-color: rgb(84,85,108); }

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