#555470

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

Shades of Comet #555470

Tints of Comet #555470

Color information

#555470 (or 0x555470) is unknown color: approx Comet. HEX triplet: 55, 54 and 70. RGB value is (85,84,112). Sum of RGB (Red+Green+Blue) = 85+84+112=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 84 (33.20% from 255 or 29.89% 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 #555470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555470 is #AAAB8F. Grayscale: #575757. Windows color (decimal): -11185040 or 7361621. OLE color: 7361621.

HSL color Cylindrical-coordinate representation of color #555470: hue angle of 242.14º 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 #555470 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8584112-
CMYK0.240.2500.56
HSL242.14º14.29%38.43%-
HSV(B)242.14º25%43.92%-
XYZ9.849.4416.63-
YUV87.49141.83126.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85841120.240.2500.56242.1414.2938.43
Hex5554701819038f2e26
Octal12512416030310703621646
Binary10101011010100111000011000110010111000111100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555470; }

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

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

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

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

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

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

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

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