#527271

Color #527271 William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #527271

Tints of William #527271

Color information

#527271 (or 0x527271) is unknown color: approx 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

RGB82114113-
CMYK0.2800.010.55
HSL178.12º16.33%38.43%-
HSV(B)178.12º28.07%44.71%-
XYZ12.4815.0217.86-
YUV104.32132.9112.08-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141130.2800.010.55178.1216.3338.43
Hex5272711C0137b21026
Octal1221621613401672622046
Binary10100101110010111000111100011101111011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>