Html Css Color HEX #526681 Wedgewood

📋 copy color: '#526681'

red 82 ◦ green 102 ◦ blue 129

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

Shades of Wedgewood #526681

Tints of Wedgewood #526681

RGB

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

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

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

R = 26.2%
G = 32.59%
B = 41.21%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526681 (or 0x526681) is known color: Wedgewood. HEX triplet: 52, 66 and 81. RGB value is (82,102,129). Sum of RGB (Red+Green+Blue) = 82+102+129=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #526681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526681 is #AD997E. Grayscale: #626262. Windows color (decimal): -11377023 or 8480338. OLE color: 8480338.

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

Color convert

RGB 82 102 129 -
CMYK 0.36 0.21 0 0.49
HSL 214.47º 0.22% 0.41% -
HSV(B) 214.47º 0.36% 0.51% -
XYZ 12.19 12.88 22.61 -
YUV 99.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 82 102 129 0.36 0.21 0 0.49 214.47 0.22 0.41
Hex 52 66 81 24 15 0 31 D6 16 29
Octal 122 146 201 44 25 0 61 326 26 51
Binary 1010010 1100110 10000001 100100 10101 0 110001 11010110 10110 101001

Color Harmonies of #526681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526681

Black with #526681

Text Example


Text Example

White with #526681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526681; }

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

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

background-color css

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

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

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

border-color css

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

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

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