Html Css Color HEX #5D6159 Chicago

📋 copy color: '#5D6159'

red 93 ◦ green 97 ◦ blue 89

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

Shades of Chicago #5D6159

Tints of Chicago #5D6159

RGB

 RED value IS 93 (36.72% from 255) = 33.33%

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

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

R = 33.33%
G = 34.77%
B = 31.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#5D6159 (or 0x5D6159) is known color: Chicago. HEX triplet: 5D, 61 and 59. RGB value is (93,97,89). Sum of RGB (Red+Green+Blue) = 93+97+89=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6159 is #A29EA6. Grayscale: #5E5E5E. Windows color (decimal): -10657447 or 5857629. OLE color: 5857629.

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

Color convert

RGB 93 97 89 -
CMYK 0.04 0 0.08 0.62
HSL 90º 0.04% 0.36% -
HSV(B) 90º 0.08% 0.38% -
XYZ 10.59 11.6 11.13 -
YUV 94.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 93 97 89 0.04 0 0.08 0.62 90 0.04 0.36
Hex 5D 61 59 4 0 8 3E 5A 4 24
Octal 135 141 131 4 0 10 76 132 4 44
Binary 1011101 1100001 1011001 100 0 1000 111110 1011010 100 100100

Color Harmonies of #5D6159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6159

Black with #5D6159

Text Example


Text Example

White with #5D6159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,97,89); }

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

background-color css

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

 a { background-color: rgb(93,97,89); }

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

border-color css

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

 span { border-color: rgb(93,97,89); }

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