Html Css Color HEX #527472 William

📋 copy color: '#527472'

red 82 ◦ green 116 ◦ blue 114

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

Shades of William #527472

Tints of William #527472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 114 (44.92% from 255) = 36.54%

R = 26.28%
G = 37.18%
B = 36.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#527472 (or 0x527472) is known color: William. HEX triplet: 52, 74 and 72. RGB value is (82,116,114). Sum of RGB (Red+Green+Blue) = 82+116+114=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 116 - color contains mainly: green. Hex color #527472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527472 is #AD8B8D. Grayscale: #696969. Windows color (decimal): -11373454 or 7500882. OLE color: 7500882.

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

Color convert

RGB 82 116 114 -
CMYK 0.29 0 0.02 0.55
HSL 176.47º 0.17% 0.39% -
HSV(B) 176.47º 0.29% 0.45% -
XYZ 12.76 15.5 18.24 -
YUV 105.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 82 116 114 0.29 0 0.02 0.55 176.47 0.17 0.39
Hex 52 74 72 1D 0 2 37 B0 11 27
Octal 122 164 162 35 0 2 67 260 21 47
Binary 1010010 1110100 1110010 11101 0 10 110111 10110000 10001 100111

Color Harmonies of #527472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527472

Black with #527472

Text Example


Text Example

White with #527472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527472; }

 p { color: rgb(82,116,114); }

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

background-color css

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

 a { background-color: rgb(82,116,114); }

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

border-color css

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

 span { border-color: rgb(82,116,114); }

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