Html Css Color HEX #5F6359 Chicago

📋 copy color: '#5F6359'

red 95 ◦ green 99 ◦ blue 89

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

Shades of Chicago #5F6359

Tints of Chicago #5F6359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.45%

R = 33.57%
G = 34.98%
B = 31.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#5F6359 (or 0x5F6359) is known color: Chicago. HEX triplet: 5F, 63 and 59. RGB value is (95,99,89). Sum of RGB (Red+Green+Blue) = 95+99+89=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6359 is #A09CA6. Grayscale: #606060. Windows color (decimal): -10525863 or 5858143. OLE color: 5858143.

HSL color Cylindrical-coordinate representation of color #5F6359: hue angle of 84º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6359 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 89 -
CMYK 0.04 0 0.10 0.61
HSL 84º 0.05% 0.37% -
HSV(B) 84º 0.1% 0.39% -
XYZ 10.98 12.08 11.2 -
YUV 96.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 95 99 89 0.04 0 0.10 0.61 84 0.05 0.37
Hex 5F 63 59 4 0 A 3D 54 5 25
Octal 137 143 131 4 0 12 75 124 5 45
Binary 1011111 1100011 1011001 100 0 1010 111101 1010100 101 100101

Color Harmonies of #5F6359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6359

Black with #5F6359

Text Example


Text Example

White with #5F6359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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