Html Css Color HEX #53554F Chicago

📋 copy color: '#53554F'

red 83 ◦ green 85 ◦ blue 79

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

Shades of Chicago #53554F

Tints of Chicago #53554F

RGB

 RED value IS 83 (32.81% from 255) = 33.6%

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 33.6%
G = 34.41%
B = 31.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53554F (or 0x53554F) is known color: Chicago. HEX triplet: 53, 55 and 4F. RGB value is (83,85,79). Sum of RGB (Red+Green+Blue) = 83+85+79=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 85 - color contains mainly: green. Hex color #53554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53554F is #ACAAB0. Grayscale: #535353. Windows color (decimal): -11315889 or 5199187. OLE color: 5199187.

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

Color convert

RGB 83 85 79 -
CMYK 0.02 0 0.07 0.67
HSL 80º 0.04% 0.32% -
HSV(B) 80º 0.07% 0.33% -
XYZ 8.23 8.9 8.68 -
YUV 83.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 83 85 79 0.02 0 0.07 0.67 80 0.04 0.32
Hex 53 55 4F 2 0 7 43 50 4 20
Octal 123 125 117 2 0 7 103 120 4 40
Binary 1010011 1010101 1001111 10 0 111 1000011 1010000 100 100000

Color Harmonies of #53554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53554F

Black with #53554F

Text Example


Text Example

White with #53554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53554F; }

 p { color: rgb(83,85,79); }

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

background-color css

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

 a { background-color: rgb(83,85,79); }

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

border-color css

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

 span { border-color: rgb(83,85,79); }

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