#55567A

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

Shades of Comet #55567A

Tints of Comet #55567A

Color information

#55567A (or 0x55567A) is unknown color: approx Comet. HEX triplet: 55, 56 and 7A. RGB value is (85,86,122). Sum of RGB (Red+Green+Blue) = 85+86+122=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #55567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55567A is #AAA985. Grayscale: #595959. Windows color (decimal): -11184518 or 8017493. OLE color: 8017493.

HSL color Cylindrical-coordinate representation of color #55567A: hue angle of 238.38º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55567A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8586122-
CMYK0.300.3000.52
HSL238.38º17.87%40.59%-
HSV(B)238.38º30.33%47.84%-
XYZ10.599.9919.78-
YUV89.8146.17124.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=29.01%
G=29.35%
B=41.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85861220.300.3000.52238.3817.8740.59
Hex55567A1E1E034ee1229
Octal12512617236360643562251
Binary101010110101101111010111101111001101001110111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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