Html Css Color HEX #53705C Como

📋 copy color: '#53705C'

red 83 ◦ green 112 ◦ blue 92

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

Shades of Como #53705C

Tints of Como #53705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 28.92%
G = 39.02%
B = 32.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#53705C (or 0x53705C) is known color: Como. HEX triplet: 53, 70 and 5C. RGB value is (83,112,92). Sum of RGB (Red+Green+Blue) = 83+112+92=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #53705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53705C is #AC8FA3. Grayscale: #656565. Windows color (decimal): -11308964 or 6058067. OLE color: 6058067.

HSL color Cylindrical-coordinate representation of color #53705C: hue angle of 138.62º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #53705C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 92 -
CMYK 0.26 0 0.18 0.56
HSL 138.62º 0.15% 0.38% -
HSV(B) 138.62º 0.26% 0.44% -
XYZ 11.29 14.2 12.27 -
YUV 101.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 83 112 92 0.26 0 0.18 0.56 138.62 0.15 0.38
Hex 53 70 5C 1A 0 12 38 8B F 26
Octal 123 160 134 32 0 22 70 213 17 46
Binary 1010011 1110000 1011100 11010 0 10010 111000 10001011 1111 100110

Color Harmonies of #53705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53705C

Black with #53705C

Text Example


Text Example

White with #53705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53705C; }

 p { color: rgb(83,112,92); }

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

background-color css

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

 a { background-color: rgb(83,112,92); }

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

border-color css

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

 span { border-color: rgb(83,112,92); }

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