Html Css Color HEX #555860 Bright Grey

📋 copy color: '#555860'

red 85 ◦ green 88 ◦ blue 96

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

Shades of Bright Grey #555860

Tints of Bright Grey #555860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.71%

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

R = 31.6%
G = 32.71%
B = 35.69%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555860 (or 0x555860) is known color: Bright Grey. HEX triplet: 55, 58 and 60. RGB value is (85,88,96). Sum of RGB (Red+Green+Blue) = 85+88+96=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #555860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555860 is #AAA79F. Grayscale: #575757. Windows color (decimal): -11184032 or 6314069. OLE color: 6314069.

HSL color Cylindrical-coordinate representation of color #555860: hue angle of 223.64º 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 #555860 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 88 96 -
CMYK 0.11 0.08 0 0.62
HSL 223.64º 0.06% 0.35% -
HSV(B) 223.64º 0.11% 0.38% -
XYZ 9.35 9.76 12.46 -
YUV 88.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 85 88 96 0.11 0.08 0 0.62 223.64 0.06 0.35
Hex 55 58 60 B 8 0 3E E0 6 23
Octal 125 130 140 13 10 0 76 340 6 43
Binary 1010101 1011000 1100000 1011 1000 0 111110 11100000 110 100011

Color Harmonies of #555860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555860

Black with #555860

Text Example


Text Example

White with #555860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555860; }

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

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

background-color css

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

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

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

border-color css

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

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

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