#55567F

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

Shades of Comet #55567F

Tints of Comet #55567F

Color information

#55567F (or 0x55567F) is unknown color: approx Comet. HEX triplet: 55, 56 and 7F. RGB value is (85,86,127). Sum of RGB (Red+Green+Blue) = 85+86+127=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #55567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567F is #AAA980. Grayscale: #5A5A5A. Windows color (decimal): -11184513 or 8345173. OLE color: 8345173.

HSL color Cylindrical-coordinate representation of color #55567F: hue angle of 238.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55567F is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8586127-
CMYK0.330.3200.50
HSL238.57º19.81%41.57%-
HSV(B)238.57º33.07%49.8%-
XYZ10.910.1221.46-
YUV90.37148.67124.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 127 (50% from 255) = 42.62%
R=28.52%
G=28.86%
B=42.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85861270.330.3200.50238.5719.8141.57
Hex55567F2120032ef142a
Octal12512617741400623572452
Binary10101011010110111111110000110000001100101110111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55567F; }

 p { color: rgb(85,86,127); }

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

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

 a { background-color: rgb(85,86,127); }

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

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

 span { border-color: rgb(85,86,127); }

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