Html Css Color HEX #527772 William

📋 copy color: '#527772'

red 82 ◦ green 119 ◦ blue 114

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

Shades of William #527772

Tints of William #527772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.78%

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

R = 26.03%
G = 37.78%
B = 36.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#527772 (or 0x527772) is known color: William. HEX triplet: 52, 77 and 72. RGB value is (82,119,114). Sum of RGB (Red+Green+Blue) = 82+119+114=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #527772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527772 is #AD888D. Grayscale: #6B6B6B. Windows color (decimal): -11372686 or 7501650. OLE color: 7501650.

HSL color Cylindrical-coordinate representation of color #527772: hue angle of 171.89º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #527772 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 114 -
CMYK 0.31 0 0.04 0.53
HSL 171.89º 0.18% 0.39% -
HSV(B) 171.89º 0.31% 0.47% -
XYZ 13.11 16.2 18.36 -
YUV 107.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 82 119 114 0.31 0 0.04 0.53 171.89 0.18 0.39
Hex 52 77 72 1F 0 4 35 AC 12 27
Octal 122 167 162 37 0 4 65 254 22 47
Binary 1010010 1110111 1110010 11111 0 100 110101 10101100 10010 100111

Color Harmonies of #527772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527772

Black with #527772

Text Example


Text Example

White with #527772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527772; }

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

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

background-color css

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

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

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

border-color css

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

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

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