#555875

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

Shades of Comet #555875

Tints of Comet #555875

Color information

#555875 (or 0x555875) is unknown color: approx Comet. HEX triplet: 55, 58 and 75. RGB value is (85,88,117). Sum of RGB (Red+Green+Blue) = 85+88+117=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #555875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555875 is #AAA78A. Grayscale: #5A5A5A. Windows color (decimal): -11184011 or 7690325. OLE color: 7690325.

HSL color Cylindrical-coordinate representation of color #555875: hue angle of 234.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555875 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8588117-
CMYK0.270.2500.54
HSL234.38º15.84%39.61%-
HSV(B)234.38º27.35%45.88%-
XYZ10.4510.218.25-
YUV90.41143.01124.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=29.31%
G=30.34%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85881170.270.2500.54234.3815.8439.61
Hex5558751B19036ea1028
Octal12513016533310663522050
Binary101010110110001110101110111100101101101110101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555875; }

 p { color: rgb(85,88,117); }

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

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

 a { background-color: rgb(85,88,117); }

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

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

 span { border-color: rgb(85,88,117); }

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