#54556D

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

Shades of Comet #54556D

Tints of Comet #54556D

Color information

#54556D (or 0x54556D) is unknown color: approx Comet. HEX triplet: 54, 55 and 6D. RGB value is (84,85,109). Sum of RGB (Red+Green+Blue) = 84+85+109=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #54556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556D is #ABAA92. Grayscale: #575757. Windows color (decimal): -11250323 or 7165268. OLE color: 7165268.

HSL color Cylindrical-coordinate representation of color #54556D: hue angle of 237.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54556D is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8485109-
CMYK0.230.2200.57
HSL237.6º12.95%37.84%-
HSV(B)237.6º22.94%42.75%-
XYZ9.669.4915.79-
YUV87.44140.17125.55-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=30.22%
G=30.58%
B=39.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84851090.230.2200.57237.612.9537.84
Hex54556D1716039eed26
Octal12412515527260713561546
Binary10101001010101110110110111101100111001111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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