Html Css Color HEX #525350 Chicago

📋 copy color: '#525350'

red 82 ◦ green 83 ◦ blue 80

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

Shades of Chicago #525350

Tints of Chicago #525350

RGB

 RED value IS 82 (32.42% from 255) = 33.47%

 GREEN value IS 83 (32.81% from 255) = 33.88%

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

R = 33.47%
G = 33.88%
B = 32.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#525350 (or 0x525350) is known color: Chicago. HEX triplet: 52, 53 and 50. RGB value is (82,83,80). Sum of RGB (Red+Green+Blue) = 82+83+80=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 83 - color contains mainly: green. Hex color #525350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525350 is #ADACAF. Grayscale: #525252. Windows color (decimal): -11381936 or 5264210. OLE color: 5264210.

HSL color Cylindrical-coordinate representation of color #525350: hue angle of 80º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #525350 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 80 -
CMYK 0.01 0 0.04 0.67
HSL 80º 0.02% 0.32% -
HSV(B) 80º 0.04% 0.33% -
XYZ 8.02 8.56 8.82 -
YUV 82.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 82 83 80 0.01 0 0.04 0.67 80 0.02 0.32
Hex 52 53 50 1 0 4 43 50 2 20
Octal 122 123 120 1 0 4 103 120 2 40
Binary 1010010 1010011 1010000 1 0 100 1000011 1010000 10 100000

Color Harmonies of #525350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525350

Black with #525350

Text Example


Text Example

White with #525350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525350; }

 p { color: rgb(82,83,80); }

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

background-color css

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

 a { background-color: rgb(82,83,80); }

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

border-color css

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

 span { border-color: rgb(82,83,80); }

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