Html Css Color HEX #526782 Wedgewood

📋 copy color: '#526782'

red 82 ◦ green 103 ◦ blue 130

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

Shades of Wedgewood #526782

Tints of Wedgewood #526782

RGB

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

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

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

R = 26.03%
G = 32.7%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526782 (or 0x526782) is known color: Wedgewood. HEX triplet: 52, 67 and 82. RGB value is (82,103,130). Sum of RGB (Red+Green+Blue) = 82+103+130=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #526782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526782 is #AD987D. Grayscale: #636363. Windows color (decimal): -11376766 or 8546130. OLE color: 8546130.

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

Color convert

RGB 82 103 130 -
CMYK 0.37 0.21 0 0.49
HSL 213.75º 0.23% 0.42% -
HSV(B) 213.75º 0.37% 0.51% -
XYZ 12.36 13.11 23 -
YUV 99.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 82 103 130 0.37 0.21 0 0.49 213.75 0.23 0.42
Hex 52 67 82 25 15 0 31 D6 17 2A
Octal 122 147 202 45 25 0 61 326 27 52
Binary 1010010 1100111 10000010 100101 10101 0 110001 11010110 10111 101010

Color Harmonies of #526782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526782

Black with #526782

Text Example


Text Example

White with #526782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526782; }

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

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

background-color css

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

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

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

border-color css

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

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

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