Html Css Color HEX #5F6059 Chicago

📋 copy color: '#5F6059'

red 95 ◦ green 96 ◦ blue 89

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

Shades of Chicago #5F6059

Tints of Chicago #5F6059

RGB

 RED value IS 95 (37.5% from 255) = 33.93%

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 33.93%
G = 34.29%
B = 31.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#5F6059 (or 0x5F6059) is known color: Chicago. HEX triplet: 5F, 60 and 59. RGB value is (95,96,89). Sum of RGB (Red+Green+Blue) = 95+96+89=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6059 is #A09FA6. Grayscale: #5E5E5E. Windows color (decimal): -10526631 or 5857375. OLE color: 5857375.

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

Color convert

RGB 95 96 89 -
CMYK 0.01 0 0.07 0.62
HSL 68.57º 0.04% 0.36% -
HSV(B) 68.57º 0.07% 0.38% -
XYZ 10.71 11.52 11.11 -
YUV 94.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 95 96 89 0.01 0 0.07 0.62 68.57 0.04 0.36
Hex 5F 60 59 1 0 7 3E 45 4 24
Octal 137 140 131 1 0 7 76 105 4 44
Binary 1011111 1100000 1011001 1 0 111 111110 1000101 100 100100

Color Harmonies of #5F6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6059

Black with #5F6059

Text Example


Text Example

White with #5F6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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