#555762

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

Shades of Bright Grey #555762

Tints of Bright Grey #555762

Color information

#555762 (or 0x555762) is unknown color: approx Bright Grey. HEX triplet: 55, 57 and 62. RGB value is (85,87,98). Sum of RGB (Red+Green+Blue) = 85+87+98=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #555762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555762 is #AAA89D. Grayscale: #575757. Windows color (decimal): -11184286 or 6444885. OLE color: 6444885.

HSL color Cylindrical-coordinate representation of color #555762: hue angle of 230.77º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #555762 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB858798-
CMYK0.130.1100.62
HSL230.77º7.1%35.88%-
HSV(B)230.77º13.27%38.43%-
XYZ9.369.6312.92-
YUV87.66133.84126.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 98 (38.67% from 255) = 36.30%
R=31.48%
G=32.22%
B=36.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8587980.130.1100.62230.777.135.88
Hex555762DB03Ee7724
Octal1251271421513076347744
Binary10101011010111110001011011011011111011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555762; }

 p { color: rgb(85,87,98); }

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

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

 a { background-color: rgb(85,87,98); }

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

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

 span { border-color: rgb(85,87,98); }

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