#555472

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

Shades of Comet #555472

Tints of Comet #555472

Color information

#555472 (or 0x555472) is unknown color: approx Comet. HEX triplet: 55, 54 and 72. RGB value is (85,84,114). Sum of RGB (Red+Green+Blue) = 85+84+114=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #555472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555472 is #AAAB8D. Grayscale: #575757. Windows color (decimal): -11185038 or 7492693. OLE color: 7492693.

HSL color Cylindrical-coordinate representation of color #555472: hue angle of 242º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #555472 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8584114-
CMYK0.250.2600.55
HSL242º15.15%38.82%-
HSV(B)242º26.32%44.71%-
XYZ9.959.4917.23-
YUV87.72142.83126.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=30.04%
G=29.68%
B=40.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85841140.250.2600.5524215.1538.82
Hex555472191A037f2f27
Octal12512416231320673621747
Binary10101011010100111001011001110100110111111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555472; }

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

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

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

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

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

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

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

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