Html Css Color HEX #52736F William

📋 copy color: '#52736F'

red 82 ◦ green 115 ◦ blue 111

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

Shades of William #52736F

Tints of William #52736F

RGB

 RED value IS 82 (32.42% from 255) = 26.62%

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 26.62%
G = 37.34%
B = 36.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#52736F (or 0x52736F) is known color: William. HEX triplet: 52, 73 and 6F. RGB value is (82,115,111). Sum of RGB (Red+Green+Blue) = 82+115+111=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #52736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736F is #AD8C90. Grayscale: #686868. Windows color (decimal): -11373713 or 7304018. OLE color: 7304018.

HSL color Cylindrical-coordinate representation of color #52736F: hue angle of 172.73º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52736F is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 115 111 -
CMYK 0.29 0 0.03 0.55
HSL 172.73º 0.17% 0.39% -
HSV(B) 172.73º 0.29% 0.45% -
XYZ 12.48 15.2 17.32 -
YUV 104.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 82 115 111 0.29 0 0.03 0.55 172.73 0.17 0.39
Hex 52 73 6F 1D 0 3 37 AD 11 27
Octal 122 163 157 35 0 3 67 255 21 47
Binary 1010010 1110011 1101111 11101 0 11 110111 10101101 10001 100111

Color Harmonies of #52736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52736F

Black with #52736F

Text Example


Text Example

White with #52736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,115,111); }

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

background-color css

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

 a { background-color: rgb(82,115,111); }

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

border-color css

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

 span { border-color: rgb(82,115,111); }

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