Html Css Color HEX #53725D Como

📋 copy color: '#53725D'

red 83 ◦ green 114 ◦ blue 93

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

Shades of Como #53725D

Tints of Como #53725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 28.62%
G = 39.31%
B = 32.07%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#53725D (or 0x53725D) is known color: Como. HEX triplet: 53, 72 and 5D. RGB value is (83,114,93). Sum of RGB (Red+Green+Blue) = 83+114+93=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #53725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53725D is #AC8DA2. Grayscale: #666666. Windows color (decimal): -11308451 or 6124115. OLE color: 6124115.

HSL color Cylindrical-coordinate representation of color #53725D: hue angle of 139.35º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53725D is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 93 -
CMYK 0.27 0 0.18 0.55
HSL 139.35º 0.16% 0.39% -
HSV(B) 139.35º 0.27% 0.45% -
XYZ 11.56 14.66 12.58 -
YUV 102.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 83 114 93 0.27 0 0.18 0.55 139.35 0.16 0.39
Hex 53 72 5D 1B 0 12 37 8B 10 27
Octal 123 162 135 33 0 22 67 213 20 47
Binary 1010011 1110010 1011101 11011 0 10010 110111 10001011 10000 100111

Color Harmonies of #53725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53725D

Black with #53725D

Text Example


Text Example

White with #53725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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