#527570

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

Shades of William #527570

Tints of William #527570

Color information

#527570 (or 0x527570) is unknown color: approx William. HEX triplet: 52, 75 and 70. RGB value is (82,117,112). Sum of RGB (Red+Green+Blue) = 82+117+112=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #527570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527570 is #AD8A8F. Grayscale: #696969. Windows color (decimal): -11373200 or 7370066. OLE color: 7370066.

HSL color Cylindrical-coordinate representation of color #527570: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #527570 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB82117112-
CMYK0.3000.040.54
HSL171.43º17.59%39.02%-
HSV(B)171.43º29.91%45.88%-
XYZ12.7715.6917.68-
YUV105.96131.4110.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=26.37%
G=37.62%
B=36.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171120.3000.040.54171.4317.5939.02
Hex5275701E0436ab1227
Octal1221651603604662532247
Binary1010010111010111100001111001001101101010101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527570; }

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

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

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

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

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

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

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

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