Html Css Color HEX #555659 Bright Grey

📋 copy color: '#555659'

red 85 ◦ green 86 ◦ blue 89

#555659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #555659

Tints of Bright Grey #555659

RGB

 RED value IS 85 (33.59% from 255) = 32.69%

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 32.69%
G = 33.08%
B = 34.23%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#555659 (or 0x555659) is known color: Bright Grey. HEX triplet: 55, 56 and 59. RGB value is (85,86,89). Sum of RGB (Red+Green+Blue) = 85+86+89=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #555659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555659 is #AAA9A6. Grayscale: #565656. Windows color (decimal): -11184551 or 5854805. OLE color: 5854805.

HSL color Cylindrical-coordinate representation of color #555659: hue angle of 225º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555659 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 86 89 -
CMYK 0.04 0.03 0 0.65
HSL 225º 0.02% 0.34% -
HSV(B) 225º 0.04% 0.35% -
XYZ 8.88 9.31 10.78 -
YUV 86.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 85 86 89 0.04 0.03 0 0.65 225 0.02 0.34
Hex 55 56 59 4 3 0 41 E1 2 22
Octal 125 126 131 4 3 0 101 341 2 42
Binary 1010101 1010110 1011001 100 11 0 1000001 11100001 10 100010

Color Harmonies of #555659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555659

Black with #555659

Text Example


Text Example

White with #555659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555659; }

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

 H1.HeaderClassName
 {
   color: #555659;
 }
 .AnyTagClassName
 {
   color: #555659;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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