#527070

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

Shades of William #527070

Tints of William #527070

Color information

#527070 (or 0x527070) is unknown color: approx William. HEX triplet: 52, 70 and 70. RGB value is (82,112,112). Sum of RGB (Red+Green+Blue) = 82+112+112=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #527070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527070 is #AD8F8F. Grayscale: #676767. Windows color (decimal): -11374480 or 7368786. OLE color: 7368786.

HSL color Cylindrical-coordinate representation of color #527070: hue angle of 180º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #527070 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82112112-
CMYK0.27000.56
HSL180º15.46%38.04%-
HSV(B)180º26.79%43.92%-
XYZ12.214.5517.5-
YUV103.03133.06113-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.80%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=26.80%
G=36.60%
B=36.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821121120.27000.5618015.4638.04
Hex5270701B0038b4f26
Octal1221601603300702641746
Binary1010010111000011100001101100111000101101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527070; }

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

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

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

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

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

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

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

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