Html Css Color HEX #526882 Wedgewood

📋 copy color: '#526882'

red 82 ◦ green 104 ◦ blue 130

#526882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #526882

Tints of Wedgewood #526882

RGB

 RED value IS 82 (32.42% from 255) = 25.95%

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 25.95%
G = 32.91%
B = 41.14%

CMYK

 C value IS 0.37

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526882 (or 0x526882) is known color: Wedgewood. HEX triplet: 52, 68 and 82. RGB value is (82,104,130). Sum of RGB (Red+Green+Blue) = 82+104+130=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #526882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526882 is #AD977D. Grayscale: #646464. Windows color (decimal): -11376510 or 8546386. OLE color: 8546386.

HSL color Cylindrical-coordinate representation of color #526882: hue angle of 212.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526882 is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 104 130 -
CMYK 0.37 0.2 0 0.49
HSL 212.5º 0.23% 0.42% -
HSV(B) 212.5º 0.37% 0.51% -
XYZ 12.46 13.31 23.03 -
YUV 100.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 82 104 130 0.37 0.2 0 0.49 212.5 0.23 0.42
Hex 52 68 82 25 14 0 31 D4 17 2A
Octal 122 150 202 45 24 0 61 324 27 52
Binary 1010010 1101000 10000010 100101 10100 0 110001 11010100 10111 101010

Color Harmonies of #526882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526882

Black with #526882

Text Example


Text Example

White with #526882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526882; }

 p { color: rgb(82,104,130); }

 H1.HeaderClassName
 {
   color: #526882;
 }
 .AnyTagClassName
 {
   color: #526882;
 }
</style>

background-color css

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

 a { background-color: rgb(82,104,130); }

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

border-color css

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

 span { border-color: rgb(82,104,130); }

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