Html Css Color HEX #526981 Wedgewood

📋 copy color: '#526981'

red 82 ◦ green 105 ◦ blue 129

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

Shades of Wedgewood #526981

Tints of Wedgewood #526981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.23%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 25.95%
G = 33.23%
B = 40.82%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526981 (or 0x526981) is known color: Wedgewood. HEX triplet: 52, 69 and 81. RGB value is (82,105,129). Sum of RGB (Red+Green+Blue) = 82+105+129=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #526981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526981 is #AD967E. Grayscale: #646464. Windows color (decimal): -11376255 or 8481106. OLE color: 8481106.

HSL color Cylindrical-coordinate representation of color #526981: hue angle of 210.64º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526981 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 105 129 -
CMYK 0.36 0.19 0 0.49
HSL 210.64º 0.22% 0.41% -
HSV(B) 210.64º 0.36% 0.51% -
XYZ 12.49 13.48 22.71 -
YUV 100.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 82 105 129 0.36 0.19 0 0.49 210.64 0.22 0.41
Hex 52 69 81 24 13 0 31 D3 16 29
Octal 122 151 201 44 23 0 61 323 26 51
Binary 1010010 1101001 10000001 100100 10011 0 110001 11010011 10110 101001

Color Harmonies of #526981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526981

Black with #526981

Text Example


Text Example

White with #526981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526981; }

 p { color: rgb(82,105,129); }

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

background-color css

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

 a { background-color: rgb(82,105,129); }

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

border-color css

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

 span { border-color: rgb(82,105,129); }

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