Html Css Color HEX #527271 William

📋 copy color: '#527271'

red 82 ◦ green 114 ◦ blue 113

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

Shades of William #527271

Tints of William #527271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.89%

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 26.54%
G = 36.89%
B = 36.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#527271 (or 0x527271) is known color: William. HEX triplet: 52, 72 and 71. RGB value is (82,114,113). Sum of RGB (Red+Green+Blue) = 82+114+113=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #527271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527271 is #AD8D8E. Grayscale: #686868. Windows color (decimal): -11373967 or 7434834. OLE color: 7434834.

HSL color Cylindrical-coordinate representation of color #527271: hue angle of 178.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #527271 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 113 -
CMYK 0.28 0 0.01 0.55
HSL 178.13º 0.16% 0.38% -
HSV(B) 178.13º 0.28% 0.45% -
XYZ 12.48 15.02 17.86 -
YUV 104.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 82 114 113 0.28 0 0.01 0.55 178.13 0.16 0.38
Hex 52 72 71 1C 0 1 37 B2 10 26
Octal 122 162 161 34 0 1 67 262 20 46
Binary 1010010 1110010 1110001 11100 0 1 110111 10110010 10000 100110

Color Harmonies of #527271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527271

Black with #527271

Text Example


Text Example

White with #527271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527271; }

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

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

background-color css

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

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

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

border-color css

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

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

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