Html Css Color HEX #526780 Wedgewood

📋 copy color: '#526780'

red 82 ◦ green 103 ◦ blue 128

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

Shades of Wedgewood #526780

Tints of Wedgewood #526780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 26.2%
G = 32.91%
B = 40.89%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#526780 (or 0x526780) is known color: Wedgewood. HEX triplet: 52, 67 and 80. RGB value is (82,103,128). Sum of RGB (Red+Green+Blue) = 82+103+128=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #526780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526780 is #AD987F. Grayscale: #636363. Windows color (decimal): -11376768 or 8415058. OLE color: 8415058.

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

Color convert

RGB 82 103 128 -
CMYK 0.36 0.20 0 0.50
HSL 212.61º 0.22% 0.41% -
HSV(B) 212.61º 0.36% 0.5% -
XYZ 12.23 13.05 22.3 -
YUV 99.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 82 103 128 0.36 0.20 0 0.50 212.61 0.22 0.41
Hex 52 67 80 24 14 0 32 D5 16 29
Octal 122 147 200 44 24 0 62 325 26 51
Binary 1010010 1100111 10000000 100100 10100 0 110010 11010101 10110 101001

Color Harmonies of #526780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526780

Black with #526780

Text Example


Text Example

White with #526780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526780; }

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

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

background-color css

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

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

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

border-color css

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

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

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