Html Css Color HEX #5F6255 Chicago

📋 copy color: '#5F6255'

red 95 ◦ green 98 ◦ blue 85

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

Shades of Chicago #5F6255

Tints of Chicago #5F6255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 34.17%
G = 35.25%
B = 30.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#5F6255 (or 0x5F6255) is known color: Chicago. HEX triplet: 5F, 62 and 55. RGB value is (95,98,85). Sum of RGB (Red+Green+Blue) = 95+98+85=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6255 is #A09DAA. Grayscale: #5F5F5F. Windows color (decimal): -10526123 or 5595743. OLE color: 5595743.

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

Color convert

RGB 95 98 85 -
CMYK 0.03 0 0.13 0.62
HSL 73.85º 0.07% 0.36% -
HSV(B) 73.85º 0.13% 0.38% -
XYZ 10.73 11.82 10.31 -
YUV 95.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 95 98 85 0.03 0 0.13 0.62 73.85 0.07 0.36
Hex 5F 62 55 3 0 D 3E 4A 7 24
Octal 137 142 125 3 0 15 76 112 7 44
Binary 1011111 1100010 1010101 11 0 1101 111110 1001010 111 100100

Color Harmonies of #5F6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6255

Black with #5F6255

Text Example


Text Example

White with #5F6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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