#54597D

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

Shades of Comet #54597D

Tints of Comet #54597D

Color information

#54597D (or 0x54597D) is unknown color: approx Comet. HEX triplet: 54, 59 and 7D. RGB value is (84,89,125). Sum of RGB (Red+Green+Blue) = 84+89+125=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #54597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54597D is #ABA682. Grayscale: #5B5B5B. Windows color (decimal): -11249283 or 8214868. OLE color: 8214868.

HSL color Cylindrical-coordinate representation of color #54597D: hue angle of 232.68º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54597D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8489125-
CMYK0.330.2900.51
HSL232.68º19.62%40.98%-
HSV(B)232.68º32.8%49.02%-
XYZ10.9310.5120.85-
YUV91.61146.84122.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 125 (49.22% from 255) = 41.95%
R=28.19%
G=29.87%
B=41.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84891250.330.2900.51232.6819.6240.98
Hex54597D211D033e91429
Octal12413117541350633512451
Binary1010100101100111111011000011110101100111110100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,89,125); }

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

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

 a { background-color: rgb(84,89,125); }

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

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

 span { border-color: rgb(84,89,125); }

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