Html Css Color HEX #526781 Wedgewood

📋 copy color: '#526781'

red 82 ◦ green 103 ◦ blue 129

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

Shades of Wedgewood #526781

Tints of Wedgewood #526781

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 26.11%
G = 32.8%
B = 41.08%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526781 (or 0x526781) is known color: Wedgewood. HEX triplet: 52, 67 and 81. RGB value is (82,103,129). Sum of RGB (Red+Green+Blue) = 82+103+129=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #526781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526781 is #AD987E. Grayscale: #636363. Windows color (decimal): -11376767 or 8480594. OLE color: 8480594.

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

Color convert

RGB 82 103 129 -
CMYK 0.36 0.20 0 0.49
HSL 213.19º 0.22% 0.41% -
HSV(B) 213.19º 0.36% 0.51% -
XYZ 12.29 13.08 22.65 -
YUV 99.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 82 103 129 0.36 0.20 0 0.49 213.19 0.22 0.41
Hex 52 67 81 24 14 0 31 D5 16 29
Octal 122 147 201 44 24 0 61 325 26 51
Binary 1010010 1100111 10000001 100100 10100 0 110001 11010101 10110 101001

Color Harmonies of #526781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526781

Black with #526781

Text Example


Text Example

White with #526781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526781; }

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

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

background-color css

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

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

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

border-color css

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

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

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