#54567B

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

Shades of Comet #54567B

Tints of Comet #54567B

Color information

#54567B (or 0x54567B) is unknown color: approx Comet. HEX triplet: 54, 56 and 7B. RGB value is (84,86,123). Sum of RGB (Red+Green+Blue) = 84+86+123=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #54567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54567B is #ABA984. Grayscale: #595959. Windows color (decimal): -11250053 or 8083028. OLE color: 8083028.

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

Color convert

RGB8486123-
CMYK0.320.3000.52
HSL236.92º18.84%40.59%-
HSV(B)236.92º31.71%48.24%-
XYZ10.569.9720.11-
YUV89.62146.84123.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.67%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 123 (48.44% from 255) = 41.98%
R=28.67%
G=29.35%
B=41.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84861230.320.3000.52236.9218.8440.59
Hex54567B201E034ed1329
Octal12412617340360643552351
Binary1010100101011011110111000001111001101001110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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