Html Css Color HEX #5D6255 Chicago

📋 copy color: '#5D6255'

red 93 ◦ green 98 ◦ blue 85

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

Shades of Chicago #5D6255

Tints of Chicago #5D6255

RGB

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

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

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

R = 33.7%
G = 35.51%
B = 30.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#5D6255 (or 0x5D6255) is known color: Chicago. HEX triplet: 5D, 62 and 55. RGB value is (93,98,85). Sum of RGB (Red+Green+Blue) = 93+98+85=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6255 is #A29DAA. Grayscale: #5F5F5F. Windows color (decimal): -10657195 or 5595741. OLE color: 5595741.

HSL color Cylindrical-coordinate representation of color #5D6255: hue angle of 83.08º 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 #5D6255 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 85 -
CMYK 0.05 0 0.13 0.62
HSL 83.08º 0.07% 0.36% -
HSV(B) 83.08º 0.13% 0.38% -
XYZ 10.52 11.72 10.3 -
YUV 95.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 93 98 85 0.05 0 0.13 0.62 83.08 0.07 0.36
Hex 5D 62 55 5 0 D 3E 53 7 24
Octal 135 142 125 5 0 15 76 123 7 44
Binary 1011101 1100010 1010101 101 0 1101 111110 1010011 111 100100

Color Harmonies of #5D6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6255

Black with #5D6255

Text Example


Text Example

White with #5D6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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