Html Css Color HEX #555960 Bright Grey

📋 copy color: '#555960'

red 85 ◦ green 89 ◦ blue 96

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

Shades of Bright Grey #555960

Tints of Bright Grey #555960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 31.48%
G = 32.96%
B = 35.56%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555960 (or 0x555960) is known color: Bright Grey. HEX triplet: 55, 59 and 60. RGB value is (85,89,96). Sum of RGB (Red+Green+Blue) = 85+89+96=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #555960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555960 is #AAA69F. Grayscale: #585858. Windows color (decimal): -11183776 or 6314325. OLE color: 6314325.

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

Color convert

RGB 85 89 96 -
CMYK 0.11 0.07 0 0.62
HSL 218.18º 0.06% 0.35% -
HSV(B) 218.18º 0.11% 0.38% -
XYZ 9.43 9.92 12.48 -
YUV 88.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 85 89 96 0.11 0.07 0 0.62 218.18 0.06 0.35
Hex 55 59 60 B 7 0 3E DA 6 23
Octal 125 131 140 13 7 0 76 332 6 43
Binary 1010101 1011001 1100000 1011 111 0 111110 11011010 110 100011

Color Harmonies of #555960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555960

Black with #555960

Text Example


Text Example

White with #555960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555960; }

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

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

background-color css

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

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

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

border-color css

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

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

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