#526778

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

Shades of Wedgewood #526778

Tints of Wedgewood #526778

Color information

#526778 (or 0x526778) is unknown color: approx Wedgewood. HEX triplet: 52, 67 and 78. RGB value is (82,103,120). Sum of RGB (Red+Green+Blue) = 82+103+120=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #526778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526778 is #AD9887. Grayscale: #626262. Windows color (decimal): -11376776 or 7890770. OLE color: 7890770.

HSL color Cylindrical-coordinate representation of color #526778: hue angle of 206.84º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526778 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB82103120-
CMYK0.320.1400.53
HSL206.84º18.81%39.61%-
HSV(B)206.84º31.67%47.06%-
XYZ11.7212.8519.63-
YUV98.66140.04116.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.89%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=26.89%
G=33.77%
B=39.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821031200.320.1400.53206.8418.8139.61
Hex52677820E035cf1328
Octal12214717040160653172350
Binary101001011001111111000100000111001101011100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526778; }

 p { color: rgb(82,103,120); }

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

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

 a { background-color: rgb(82,103,120); }

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

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

 span { border-color: rgb(82,103,120); }

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