Html Css Color HEX #526682 Wedgewood

📋 copy color: '#526682'

red 82 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #526682

Tints of Wedgewood #526682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.48%

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

R = 26.11%
G = 32.48%
B = 41.4%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526682 (or 0x526682) is known color: Wedgewood. HEX triplet: 52, 66 and 82. RGB value is (82,102,130). Sum of RGB (Red+Green+Blue) = 82+102+130=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #526682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526682 is #AD997D. Grayscale: #636363. Windows color (decimal): -11377022 or 8545874. OLE color: 8545874.

HSL color Cylindrical-coordinate representation of color #526682: hue angle of 215º 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 #526682 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 102 130 -
CMYK 0.37 0.22 0 0.49
HSL 215º 0.23% 0.42% -
HSV(B) 215º 0.37% 0.51% -
XYZ 12.26 12.91 22.96 -
YUV 99.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 82 102 130 0.37 0.22 0 0.49 215 0.23 0.42
Hex 52 66 82 25 16 0 31 D7 17 2A
Octal 122 146 202 45 26 0 61 327 27 52
Binary 1010010 1100110 10000010 100101 10110 0 110001 11010111 10111 101010

Color Harmonies of #526682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526682

Black with #526682

Text Example


Text Example

White with #526682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526682; }

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

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

background-color css

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

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

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

border-color css

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

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

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