Html Css Color HEX #5F6253 Chicago

📋 copy color: '#5F6253'

red 95 ◦ green 98 ◦ blue 83

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

Shades of Chicago #5F6253

Tints of Chicago #5F6253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 34.42%
G = 35.51%
B = 30.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#5F6253 (or 0x5F6253) is known color: Chicago. HEX triplet: 5F, 62 and 53. RGB value is (95,98,83). Sum of RGB (Red+Green+Blue) = 95+98+83=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6253 is #A09DAC. Grayscale: #5F5F5F. Windows color (decimal): -10526125 or 5464671. OLE color: 5464671.

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

Color convert

RGB 95 98 83 -
CMYK 0.03 0 0.15 0.62
HSL 72º 0.08% 0.35% -
HSV(B) 72º 0.15% 0.38% -
XYZ 10.65 11.79 9.9 -
YUV 95.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 95 98 83 0.03 0 0.15 0.62 72 0.08 0.35
Hex 5F 62 53 3 0 F 3E 48 8 23
Octal 137 142 123 3 0 17 76 110 10 43
Binary 1011111 1100010 1010011 11 0 1111 111110 1001000 1000 100011

Color Harmonies of #5F6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6253

Black with #5F6253

Text Example


Text Example

White with #5F6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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