Html Css Color HEX #5F6350 Chicago

📋 copy color: '#5F6350'

red 95 ◦ green 99 ◦ blue 80

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

Shades of Chicago #5F6350

Tints of Chicago #5F6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

 BLUE value IS 80 (31.64% from 255) = 29.2%

R = 34.67%
G = 36.13%
B = 29.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#5F6350 (or 0x5F6350) is known color: Chicago. HEX triplet: 5F, 63 and 50. RGB value is (95,99,80). Sum of RGB (Red+Green+Blue) = 95+99+80=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6350 is #A09CAF. Grayscale: #5F5F5F. Windows color (decimal): -10525872 or 5268319. OLE color: 5268319.

HSL color Cylindrical-coordinate representation of color #5F6350: hue angle of 72.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F6350 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 80 -
CMYK 0.04 0 0.19 0.61
HSL 72.63º 0.11% 0.35% -
HSV(B) 72.63º 0.19% 0.39% -
XYZ 10.63 11.94 9.33 -
YUV 95.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 95 99 80 0.04 0 0.19 0.61 72.63 0.11 0.35
Hex 5F 63 50 4 0 13 3D 49 B 23
Octal 137 143 120 4 0 23 75 111 13 43
Binary 1011111 1100011 1010000 100 0 10011 111101 1001001 1011 100011

Color Harmonies of #5F6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6350

Black with #5F6350

Text Example


Text Example

White with #5F6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,99,80); }

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

background-color css

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

 a { background-color: rgb(95,99,80); }

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

border-color css

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

 span { border-color: rgb(95,99,80); }

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