#527673

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

Shades of William #527673

Tints of William #527673

Color information

#527673 (or 0x527673) is unknown color: approx William. HEX triplet: 52, 76 and 73. RGB value is (82,118,115). Sum of RGB (Red+Green+Blue) = 82+118+115=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #527673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527673 is #AD898C. Grayscale: #6A6A6A. Windows color (decimal): -11372941 or 7566930. OLE color: 7566930.

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

Color convert

RGB82118115-
CMYK0.3100.030.54
HSL175º18%39.22%-
HSV(B)175º30.51%46.27%-
XYZ13.0515.9918.62-
YUV106.89132.57110.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=26.03%
G=37.46%
B=36.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal821181150.3100.030.541751839.22
Hex5276731F0336af1227
Octal1221661633703662572247
Binary101001011101101110011111110111101101010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527673; }

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

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

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

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

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

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

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

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