Html Css Color HEX #5D6553 Chicago

📋 copy color: '#5D6553'

red 93 ◦ green 101 ◦ blue 83

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

Shades of Chicago #5D6553

Tints of Chicago #5D6553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 33.57%
G = 36.46%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#5D6553 (or 0x5D6553) is known color: Chicago. HEX triplet: 5D, 65 and 53. RGB value is (93,101,83). Sum of RGB (Red+Green+Blue) = 93+101+83=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #5D6553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6553 is #A29AAC. Grayscale: #606060. Windows color (decimal): -10656429 or 5465437. OLE color: 5465437.

HSL color Cylindrical-coordinate representation of color #5D6553: hue angle of 86.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5D6553 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 93 101 83 -
CMYK 0.08 0 0.18 0.60
HSL 86.67º 0.1% 0.36% -
HSV(B) 86.67º 0.18% 0.4% -
XYZ 10.73 12.26 9.98 -
YUV 96.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 93 101 83 0.08 0 0.18 0.60 86.67 0.1 0.36
Hex 5D 65 53 8 0 12 3C 57 A 24
Octal 135 145 123 10 0 22 74 127 12 44
Binary 1011101 1100101 1010011 1000 0 10010 111100 1010111 1010 100100

Color Harmonies of #5D6553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6553

Black with #5D6553

Text Example


Text Example

White with #5D6553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,101,83); }

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

background-color css

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

 a { background-color: rgb(93,101,83); }

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

border-color css

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

 span { border-color: rgb(93,101,83); }

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