Html Css Color HEX #53726D William

📋 copy color: '#53726D'

red 83 ◦ green 114 ◦ blue 109

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

Shades of William #53726D

Tints of William #53726D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 27.12%
G = 37.25%
B = 35.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#53726D (or 0x53726D) is known color: William. HEX triplet: 53, 72 and 6D. RGB value is (83,114,109). Sum of RGB (Red+Green+Blue) = 83+114+109=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #53726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53726D is #AC8D92. Grayscale: #686868. Windows color (decimal): -11308435 or 7172691. OLE color: 7172691.

HSL color Cylindrical-coordinate representation of color #53726D: hue angle of 170.32º 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 #53726D is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 109 -
CMYK 0.27 0 0.04 0.55
HSL 170.32º 0.16% 0.39% -
HSV(B) 170.32º 0.27% 0.45% -
XYZ 12.34 14.98 16.71 -
YUV 104.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 83 114 109 0.27 0 0.04 0.55 170.32 0.16 0.39
Hex 53 72 6D 1B 0 4 37 AA 10 27
Octal 123 162 155 33 0 4 67 252 20 47
Binary 1010011 1110010 1101101 11011 0 100 110111 10101010 10000 100111

Color Harmonies of #53726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53726D

Black with #53726D

Text Example


Text Example

White with #53726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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