Html Css Color HEX #5F6155 Chicago

📋 copy color: '#5F6155'

red 95 ◦ green 97 ◦ blue 85

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

Shades of Chicago #5F6155

Tints of Chicago #5F6155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

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

R = 34.3%
G = 35.02%
B = 30.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#5F6155 (or 0x5F6155) is known color: Chicago. HEX triplet: 5F, 61 and 55. RGB value is (95,97,85). Sum of RGB (Red+Green+Blue) = 95+97+85=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6155 is #A09EAA. Grayscale: #5F5F5F. Windows color (decimal): -10526379 or 5595487. OLE color: 5595487.

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

Color convert

RGB 95 97 85 -
CMYK 0.02 0 0.12 0.62
HSL 70º 0.07% 0.36% -
HSV(B) 70º 0.12% 0.38% -
XYZ 10.63 11.64 10.28 -
YUV 95.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 95 97 85 0.02 0 0.12 0.62 70 0.07 0.36
Hex 5F 61 55 2 0 C 3E 46 7 24
Octal 137 141 125 2 0 14 76 106 7 44
Binary 1011111 1100001 1010101 10 0 1100 111110 1000110 111 100100

Color Harmonies of #5F6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6155

Black with #5F6155

Text Example


Text Example

White with #5F6155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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