#527470

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

Shades of William #527470

Tints of William #527470

Color information

#527470 (or 0x527470) is unknown color: approx William. HEX triplet: 52, 74 and 70. RGB value is (82,116,112). Sum of RGB (Red+Green+Blue) = 82+116+112=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #527470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527470 is #AD8B8F. Grayscale: #696969. Windows color (decimal): -11373456 or 7369810. OLE color: 7369810.

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

Color convert

RGB82116112-
CMYK0.2900.030.55
HSL172.94º17.17%38.82%-
HSV(B)172.94º29.31%45.49%-
XYZ12.6515.4517.65-
YUV105.38131.74111.33-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.45%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=26.45%
G=37.42%
B=36.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821161120.2900.030.55172.9417.1738.82
Hex5274701D0337ad1127
Octal1221641603503672552147
Binary101001011101001110000111010111101111010110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527470; }

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

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

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

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

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

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

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

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