Html Css Color HEX #5F6251 Chicago

📋 copy color: '#5F6251'

red 95 ◦ green 98 ◦ blue 81

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

Shades of Chicago #5F6251

Tints of Chicago #5F6251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 34.67%
G = 35.77%
B = 29.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#5F6251 (or 0x5F6251) is known color: Chicago. HEX triplet: 5F, 62 and 51. RGB value is (95,98,81). Sum of RGB (Red+Green+Blue) = 95+98+81=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6251 is #A09DAE. Grayscale: #5F5F5F. Windows color (decimal): -10526127 or 5333599. OLE color: 5333599.

HSL color Cylindrical-coordinate representation of color #5F6251: hue angle of 70.59º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F6251 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 95 98 81 -
CMYK 0.03 0 0.17 0.62
HSL 70.59º 0.09% 0.35% -
HSV(B) 70.59º 0.17% 0.38% -
XYZ 10.57 11.76 9.5 -
YUV 95.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 95 98 81 0.03 0 0.17 0.62 70.59 0.09 0.35
Hex 5F 62 51 3 0 11 3E 47 9 23
Octal 137 142 121 3 0 21 76 107 11 43
Binary 1011111 1100010 1010001 11 0 10001 111110 1000111 1001 100011

Color Harmonies of #5F6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6251

Black with #5F6251

Text Example


Text Example

White with #5F6251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,98,81); }

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

background-color css

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

 a { background-color: rgb(95,98,81); }

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

border-color css

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

 span { border-color: rgb(95,98,81); }

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