Html Css Color HEX #52736E William

📋 copy color: '#52736E'

red 82 ◦ green 115 ◦ blue 110

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

Shades of William #52736E

Tints of William #52736E

RGB

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

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

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

R = 26.71%
G = 37.46%
B = 35.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#52736E (or 0x52736E) is known color: William. HEX triplet: 52, 73 and 6E. RGB value is (82,115,110). Sum of RGB (Red+Green+Blue) = 82+115+110=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #52736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736E is #AD8C91. Grayscale: #686868. Windows color (decimal): -11373714 or 7238482. OLE color: 7238482.

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

Color convert

RGB 82 115 110 -
CMYK 0.29 0 0.04 0.55
HSL 170.91º 0.17% 0.39% -
HSV(B) 170.91º 0.29% 0.45% -
XYZ 12.42 15.18 17.03 -
YUV 104.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 82 115 110 0.29 0 0.04 0.55 170.91 0.17 0.39
Hex 52 73 6E 1D 0 4 37 AB 11 27
Octal 122 163 156 35 0 4 67 253 21 47
Binary 1010010 1110011 1101110 11101 0 100 110111 10101011 10001 100111

Color Harmonies of #52736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52736E

Black with #52736E

Text Example


Text Example

White with #52736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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