#54567A

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

Shades of Comet #54567A

Tints of Comet #54567A

Color information

#54567A (or 0x54567A) is unknown color: approx Comet. HEX triplet: 54, 56 and 7A. RGB value is (84,86,122). Sum of RGB (Red+Green+Blue) = 84+86+122=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #54567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54567A is #ABA985. Grayscale: #595959. Windows color (decimal): -11250054 or 8017492. OLE color: 8017492.

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

Color convert

RGB8486122-
CMYK0.310.3000.52
HSL236.84º18.45%40.39%-
HSV(B)236.84º31.15%47.84%-
XYZ10.59.9519.78-
YUV89.51146.34124.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=28.77%
G=29.45%
B=41.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84861220.310.3000.52236.8418.4540.39
Hex54567A1F1E034ed1228
Octal12412617237360643552250
Binary101010010101101111010111111111001101001110110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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