#527272

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

Shades of William #527272

Tints of William #527272

Color information

#527272 (or 0x527272) is unknown color: approx William. HEX triplet: 52, 72 and 72. RGB value is (82,114,114). Sum of RGB (Red+Green+Blue) = 82+114+114=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #527272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527272 is #AD8D8D. Grayscale: #686868. Windows color (decimal): -11373966 or 7500370. OLE color: 7500370.

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

Color convert

RGB82114114-
CMYK0.28000.55
HSL180º16.33%38.43%-
HSV(B)180º28.07%44.71%-
XYZ12.5315.0418.16-
YUV104.43133.4112-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=26.45%
G=36.77%
B=36.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821141140.28000.5518016.3338.43
Hex5272721C0037b41026
Octal1221621623400672642046
Binary10100101110010111001011100001101111011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527272; }

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

 H1.HeaderClassName
 {
   color: #527272;
 }
 .AnyTagClassName
 {
   color: #527272;
 }
</style>
background-color css

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

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

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

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

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

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