#526F70

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

Shades of William #526F70

Tints of William #526F70

Color information

#526F70 (or 0x526F70) is unknown color: approx William. HEX triplet: 52, 6F and 70. RGB value is (82,111,112). Sum of RGB (Red+Green+Blue) = 82+111+112=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 112 - color contains mainly: blue. Hex color #526F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526F70 is #AD908F. Grayscale: #666666. Windows color (decimal): -11374736 or 7368530. OLE color: 7368530.

HSL color Cylindrical-coordinate representation of color #526F70: hue angle of 182º 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 #526F70 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB82111112-
CMYK0.270.0100.56
HSL182º15.46%38.04%-
HSV(B)182º26.79%43.92%-
XYZ12.0914.3317.46-
YUV102.44133.39113.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=26.89%
G=36.39%
B=36.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821111120.270.0100.5618215.4638.04
Hex526F701B1038b6f26
Octal1221571603310702661746
Binary1010010110111111100001101110111000101101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526F70; }

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

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

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

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

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

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

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

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