Html Css Color HEX #53736E William

📋 copy color: '#53736E'

red 83 ◦ green 115 ◦ blue 110

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

Shades of William #53736E

Tints of William #53736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 26.95%
G = 37.34%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#53736E (or 0x53736E) is known color: William. HEX triplet: 53, 73 and 6E. RGB value is (83,115,110). Sum of RGB (Red+Green+Blue) = 83+115+110=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #53736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736E is #AC8C91. Grayscale: #686868. Windows color (decimal): -11308178 or 7238483. OLE color: 7238483.

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

Color convert

RGB 83 115 110 -
CMYK 0.28 0 0.04 0.55
HSL 170.63º 0.16% 0.39% -
HSV(B) 170.63º 0.28% 0.45% -
XYZ 12.51 15.23 17.03 -
YUV 104.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 83 115 110 0.28 0 0.04 0.55 170.63 0.16 0.39
Hex 53 73 6E 1C 0 4 37 AB 10 27
Octal 123 163 156 34 0 4 67 253 20 47
Binary 1010011 1110011 1101110 11100 0 100 110111 10101011 10000 100111

Color Harmonies of #53736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53736E

Black with #53736E

Text Example


Text Example

White with #53736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53736E; }

 p { color: rgb(83,115,110); }

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

background-color css

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

 a { background-color: rgb(83,115,110); }

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

border-color css

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

 span { border-color: rgb(83,115,110); }

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