Html Css Color HEX #526D80 Wedgewood

📋 copy color: '#526D80'

red 82 ◦ green 109 ◦ blue 128

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

Shades of Wedgewood #526D80

Tints of Wedgewood #526D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 25.71%
G = 34.17%
B = 40.13%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#526D80 (or 0x526D80) is known color: Wedgewood. HEX triplet: 52, 6D and 80. RGB value is (82,109,128). Sum of RGB (Red+Green+Blue) = 82+109+128=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #526D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D80 is #AD927F. Grayscale: #666666. Windows color (decimal): -11375232 or 8416594. OLE color: 8416594.

HSL color Cylindrical-coordinate representation of color #526D80: hue angle of 204.78º 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 #526D80 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 109 128 -
CMYK 0.36 0.15 0 0.50
HSL 204.78º 0.22% 0.41% -
HSV(B) 204.78º 0.36% 0.5% -
XYZ 12.84 14.29 22.5 -
YUV 103.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 82 109 128 0.36 0.15 0 0.50 204.78 0.22 0.41
Hex 52 6D 80 24 F 0 32 CD 16 29
Octal 122 155 200 44 17 0 62 315 26 51
Binary 1010010 1101101 10000000 100100 1111 0 110010 11001101 10110 101001

Color Harmonies of #526D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D80

Black with #526D80

Text Example


Text Example

White with #526D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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