#555667

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

Shades of Comet #555667

Tints of Comet #555667

Color information

#555667 (or 0x555667) is unknown color: approx Comet. HEX triplet: 55, 56 and 67. RGB value is (85,86,103). Sum of RGB (Red+Green+Blue) = 85+86+103=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 103 - color contains mainly: blue. Hex color #555667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555667 is #AAA998. Grayscale: #575757. Windows color (decimal): -11184537 or 6772309. OLE color: 6772309.

HSL color Cylindrical-coordinate representation of color #555667: hue angle of 236.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555667 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8586103-
CMYK0.170.1700.60
HSL236.67º9.57%36.86%-
HSV(B)236.67º17.48%40.39%-
XYZ9.529.5714.18-
YUV87.64136.67126.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 103 (40.62% from 255) = 37.59%
R=31.02%
G=31.39%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85861030.170.1700.60236.679.5736.86
Hex555667111103Ceda25
Octal12512614721210743551245
Binary10101011010110110011110001100010111100111011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555667; }

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

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

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

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

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

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

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

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