Html Css Color HEX #5F6558 Chicago

📋 copy color: '#5F6558'

red 95 ◦ green 101 ◦ blue 88

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

Shades of Chicago #5F6558

Tints of Chicago #5F6558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 33.45%
G = 35.56%
B = 30.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#5F6558 (or 0x5F6558) is known color: Chicago. HEX triplet: 5F, 65 and 58. RGB value is (95,101,88). Sum of RGB (Red+Green+Blue) = 95+101+88=284 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.45% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6558 is #A09AA7. Grayscale: #616161. Windows color (decimal): -10525352 or 5793119. OLE color: 5793119.

HSL color Cylindrical-coordinate representation of color #5F6558: hue angle of 87.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5F6558 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 95 101 88 -
CMYK 0.06 0 0.13 0.60
HSL 87.69º 0.07% 0.37% -
HSV(B) 87.69º 0.13% 0.4% -
XYZ 11.13 12.44 11.05 -
YUV 97.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 95 101 88 0.06 0 0.13 0.60 87.69 0.07 0.37
Hex 5F 65 58 6 0 D 3C 58 7 25
Octal 137 145 130 6 0 15 74 130 7 45
Binary 1011111 1100101 1011000 110 0 1101 111100 1011000 111 100101

Color Harmonies of #5F6558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6558

Black with #5F6558

Text Example


Text Example

White with #5F6558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,101,88); }

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

background-color css

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

 a { background-color: rgb(95,101,88); }

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

border-color css

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

 span { border-color: rgb(95,101,88); }

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