#545570

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

Shades of Comet #545570

Tints of Comet #545570

Color information

#545570 (or 0x545570) is unknown color: approx Comet. HEX triplet: 54, 55 and 70. RGB value is (84,85,112). Sum of RGB (Red+Green+Blue) = 84+85+112=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #545570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545570 is #ABAA8F. Grayscale: #575757. Windows color (decimal): -11250320 or 7361876. OLE color: 7361876.

HSL color Cylindrical-coordinate representation of color #545570: hue angle of 237.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545570 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8485112-
CMYK0.250.2400.56
HSL237.86º14.29%38.43%-
HSV(B)237.86º25%43.92%-
XYZ9.839.5516.65-
YUV87.78141.67125.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=29.89%
G=30.25%
B=39.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84851120.250.2400.56237.8614.2938.43
Hex5455701918038eee26
Octal12412516031300703561646
Binary10101001010101111000011001110000111000111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545570; }

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

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

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

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

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

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

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

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