#526578

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

Shades of Wedgewood #526578

Tints of Wedgewood #526578

Color information

#526578 (or 0x526578) is unknown color: approx Wedgewood. HEX triplet: 52, 65 and 78. RGB value is (82,101,120). Sum of RGB (Red+Green+Blue) = 82+101+120=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 120 - color contains mainly: blue. Hex color #526578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526578 is #AD9A87. Grayscale: #616161. Windows color (decimal): -11377288 or 7890258. OLE color: 7890258.

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

Color convert

RGB82101120-
CMYK0.320.1600.53
HSL210º18.81%39.61%-
HSV(B)210º31.67%47.06%-
XYZ11.5212.4619.57-
YUV97.49140.71116.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.06%
GREEN value IS 101 (39.84% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=27.06%
G=33.33%
B=39.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal821011200.320.1600.5321018.8139.61
Hex5265782010035d21328
Octal12214517040200653222350
Binary1010010110010111110001000001000001101011101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526578; }

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

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

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

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

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

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

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

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