Html Css Color HEX #5A6050 Chicago

📋 copy color: '#5A6050'

red 90 ◦ green 96 ◦ blue 80

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

Shades of Chicago #5A6050

Tints of Chicago #5A6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 33.83%
G = 36.09%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#5A6050 (or 0x5A6050) is known color: Chicago. HEX triplet: 5A, 60 and 50. RGB value is (90,96,80). Sum of RGB (Red+Green+Blue) = 90+96+80=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6050 is #A59FAF. Grayscale: #5C5C5C. Windows color (decimal): -10854320 or 5267546. OLE color: 5267546.

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

Color convert

RGB 90 96 80 -
CMYK 0.06 0 0.17 0.62
HSL 82.5º 0.09% 0.35% -
HSV(B) 82.5º 0.17% 0.38% -
XYZ 9.85 11.12 9.22 -
YUV 92.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 90 96 80 0.06 0 0.17 0.62 82.5 0.09 0.35
Hex 5A 60 50 6 0 11 3E 52 9 23
Octal 132 140 120 6 0 21 76 122 11 43
Binary 1011010 1100000 1010000 110 0 10001 111110 1010010 1001 100011

Color Harmonies of #5A6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6050

Black with #5A6050

Text Example


Text Example

White with #5A6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,80); }

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

background-color css

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

 a { background-color: rgb(90,96,80); }

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

border-color css

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

 span { border-color: rgb(90,96,80); }

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