#527773

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

Shades of William #527773

Tints of William #527773

Color information

#527773 (or 0x527773) is unknown color: approx William. HEX triplet: 52, 77 and 73. RGB value is (82,119,115). Sum of RGB (Red+Green+Blue) = 82+119+115=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #527773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527773 is #AD888C. Grayscale: #6B6B6B. Windows color (decimal): -11372685 or 7567186. OLE color: 7567186.

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

Color convert

RGB82119115-
CMYK0.3100.030.53
HSL173.51º18.41%39.41%-
HSV(B)173.51º31.09%46.67%-
XYZ13.1716.2318.66-
YUV107.48132.24109.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=25.95%
G=37.66%
B=36.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821191150.3100.030.53173.5118.4139.41
Hex5277731F0335ae1227
Octal1221671633703652562247
Binary101001011101111110011111110111101011010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527773; }

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

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

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

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

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

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

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

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