Html Css Color HEX #52736C William

📋 copy color: '#52736C'

red 82 ◦ green 115 ◦ blue 108

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

Shades of William #52736C

Tints of William #52736C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.41%

R = 26.89%
G = 37.7%
B = 35.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#52736C (or 0x52736C) is known color: William. HEX triplet: 52, 73 and 6C. RGB value is (82,115,108). Sum of RGB (Red+Green+Blue) = 82+115+108=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #52736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52736C is #AD8C93. Grayscale: #686868. Windows color (decimal): -11373716 or 7107410. OLE color: 7107410.

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

Color convert

RGB 82 115 108 -
CMYK 0.29 0 0.06 0.55
HSL 167.27º 0.17% 0.39% -
HSV(B) 167.27º 0.29% 0.45% -
XYZ 12.32 15.14 16.46 -
YUV 104.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 82 115 108 0.29 0 0.06 0.55 167.27 0.17 0.39
Hex 52 73 6C 1D 0 6 37 A7 11 27
Octal 122 163 154 35 0 6 67 247 21 47
Binary 1010010 1110011 1101100 11101 0 110 110111 10100111 10001 100111

Color Harmonies of #52736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52736C

Black with #52736C

Text Example


Text Example

White with #52736C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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