#555B62

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

Shades of Bright Grey #555B62

Tints of Bright Grey #555B62

Color information

#555B62 (or 0x555B62) is unknown color: approx Bright Grey. HEX triplet: 55, 5B and 62. RGB value is (85,91,98). Sum of RGB (Red+Green+Blue) = 85+91+98=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #555B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B62 is #AAA49D. Grayscale: #595959. Windows color (decimal): -11183262 or 6445909. OLE color: 6445909.

HSL color Cylindrical-coordinate representation of color #555B62: hue angle of 212.31º 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 #555B62 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB859198-
CMYK0.130.0700.62
HSL212.31º7.1%35.88%-
HSV(B)212.31º13.27%38.43%-
XYZ9.6910.313.03-
YUV90132.51124.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=31.02%
G=33.21%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8591980.130.0700.62212.317.135.88
Hex555B62D703Ed4724
Octal125133142157076324744
Binary1010101101101111000101101111011111011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555B62; }

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

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

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

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

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

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

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

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