Html Css Color HEX #52756F William

📋 copy color: '#52756F'

red 82 ◦ green 117 ◦ blue 111

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

Shades of William #52756F

Tints of William #52756F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.74%

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

R = 26.45%
G = 37.74%
B = 35.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#52756F (or 0x52756F) is known color: William. HEX triplet: 52, 75 and 6F. RGB value is (82,117,111). Sum of RGB (Red+Green+Blue) = 82+117+111=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #52756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52756F is #AD8A90. Grayscale: #696969. Windows color (decimal): -11373201 or 7304530. OLE color: 7304530.

HSL color Cylindrical-coordinate representation of color #52756F: hue angle of 169.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #52756F is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 111 -
CMYK 0.30 0 0.05 0.54
HSL 169.71º 0.18% 0.39% -
HSV(B) 169.71º 0.3% 0.46% -
XYZ 12.71 15.66 17.39 -
YUV 105.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 82 117 111 0.30 0 0.05 0.54 169.71 0.18 0.39
Hex 52 75 6F 1E 0 5 36 AA 12 27
Octal 122 165 157 36 0 5 66 252 22 47
Binary 1010010 1110101 1101111 11110 0 101 110110 10101010 10010 100111

Color Harmonies of #52756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52756F

Black with #52756F

Text Example


Text Example

White with #52756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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