#526577

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

Shades of Wedgewood #526577

Tints of Wedgewood #526577

Color information

#526577 (or 0x526577) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 77. RGB value is (82,101,119). Sum of RGB (Red+Green+Blue) = 82+101+119=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 119 - color contains mainly: blue. Hex color #526577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526577 is #AD9A88. Grayscale: #616161. Windows color (decimal): -11377289 or 7824722. OLE color: 7824722.

HSL color Cylindrical-coordinate representation of color #526577: hue angle of 209.19º 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 #526577 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82101119-
CMYK0.310.1500.53
HSL209.19º18.41%39.41%-
HSV(B)209.19º31.09%46.67%-
XYZ11.4612.4319.25-
YUV97.37140.21117.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.15%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 119 (46.88% from 255) = 39.40%
R=27.15%
G=33.44%
B=39.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821011190.310.1500.53209.1918.4139.41
Hex5265771FF035d11227
Octal12214516737170653212247
Binary10100101100101111011111111111101101011101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526577; }

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

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

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

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

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

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

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

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