#54556E

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

Shades of Comet #54556E

Tints of Comet #54556E

Color information

#54556E (or 0x54556E) is unknown color: approx Comet. HEX triplet: 54, 55 and 6E. RGB value is (84,85,110). Sum of RGB (Red+Green+Blue) = 84+85+110=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #54556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54556E is #ABAA91. Grayscale: #575757. Windows color (decimal): -11250322 or 7230804. OLE color: 7230804.

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

Color convert

RGB8485110-
CMYK0.240.2300.57
HSL237.69º13.4%38.04%-
HSV(B)237.69º23.64%43.14%-
XYZ9.729.5116.07-
YUV87.55140.67125.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=30.11%
G=30.47%
B=39.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84851100.240.2300.57237.6913.438.04
Hex54556E1817039eed26
Octal12412515630270713561546
Binary10101001010101110111011000101110111001111011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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