Html Css Color HEX #5A6252 Chicago

📋 copy color: '#5A6252'

red 90 ◦ green 98 ◦ blue 82

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

Shades of Chicago #5A6252

Tints of Chicago #5A6252

RGB

 RED value IS 90 (35.55% from 255) = 33.33%

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 33.33%
G = 36.3%
B = 30.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#5A6252 (or 0x5A6252) is known color: Chicago. HEX triplet: 5A, 62 and 52. RGB value is (90,98,82). Sum of RGB (Red+Green+Blue) = 90+98+82=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6252 is #A59DAD. Grayscale: #5D5D5D. Windows color (decimal): -10853806 or 5399130. OLE color: 5399130.

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

Color convert

RGB 90 98 82 -
CMYK 0.08 0 0.16 0.62
HSL 90º 0.09% 0.35% -
HSV(B) 90º 0.16% 0.38% -
XYZ 10.11 11.52 9.67 -
YUV 93.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 90 98 82 0.08 0 0.16 0.62 90 0.09 0.35
Hex 5A 62 52 8 0 10 3E 5A 9 23
Octal 132 142 122 10 0 20 76 132 11 43
Binary 1011010 1100010 1010010 1000 0 10000 111110 1011010 1001 100011

Color Harmonies of #5A6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6252

Black with #5A6252

Text Example


Text Example

White with #5A6252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,98,82); }

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

background-color css

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

 a { background-color: rgb(90,98,82); }

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

border-color css

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

 span { border-color: rgb(90,98,82); }

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