#527573

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

Shades of William #527573

Tints of William #527573

Color information

#527573 (or 0x527573) is unknown color: approx William. HEX triplet: 52, 75 and 73. RGB value is (82,117,115). Sum of RGB (Red+Green+Blue) = 82+117+115=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #527573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527573 is #AD8A8C. Grayscale: #6A6A6A. Windows color (decimal): -11373197 or 7566674. OLE color: 7566674.

HSL color Cylindrical-coordinate representation of color #527573: hue angle of 176.57º 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 #527573 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB82117115-
CMYK0.3000.020.54
HSL176.57º17.59%39.02%-
HSV(B)176.57º29.91%45.88%-
XYZ12.9415.7518.58-
YUV106.31132.9110.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 117 (46.09% from 255) = 37.26%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=26.11%
G=37.26%
B=36.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821171150.3000.020.54176.5717.5939.02
Hex5275731E0236b11227
Octal1221651633602662612247
Binary101001011101011110011111100101101101011000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527573; }

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

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

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

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

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

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

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

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