#526B7F

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

Shades of Wedgewood #526B7F

Tints of Wedgewood #526B7F

Color information

#526B7F (or 0x526B7F) is unknown color: approx Wedgewood. HEX triplet: 52, 6B and 7F. RGB value is (82,107,127). Sum of RGB (Red+Green+Blue) = 82+107+127=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #526B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526B7F is #AD9480. Grayscale: #656565. Windows color (decimal): -11375745 or 8350546. OLE color: 8350546.

HSL color Cylindrical-coordinate representation of color #526B7F: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526B7F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB82107127-
CMYK0.350.1600.50
HSL206.67º21.53%40.98%-
HSV(B)206.67º35.43%49.8%-
XYZ12.5713.8422.09-
YUV101.8142.22113.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.95%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 127 (50% from 255) = 40.19%
R=25.95%
G=33.86%
B=40.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal821071270.350.1600.50206.6721.5340.98
Hex526B7F2310032cf1629
Octal12215317743200623172651
Binary1010010110101111111111000111000001100101100111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526B7F; }

 p { color: rgb(82,107,127); }

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

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

 a { background-color: rgb(82,107,127); }

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

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

 span { border-color: rgb(82,107,127); }

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