Html Css Color HEX #526D87 Wedgewood

📋 copy color: '#526D87'

red 82 ◦ green 109 ◦ blue 135

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

Shades of Wedgewood #526D87

Tints of Wedgewood #526D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 25.15%
G = 33.44%
B = 41.41%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526D87 (or 0x526D87) is known color: Wedgewood. HEX triplet: 52, 6D and 87. RGB value is (82,109,135). Sum of RGB (Red+Green+Blue) = 82+109+135=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 135 - color contains mainly: blue. Hex color #526D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526D87 is #AD9278. Grayscale: #676767. Windows color (decimal): -11375225 or 8875346. OLE color: 8875346.

HSL color Cylindrical-coordinate representation of color #526D87: hue angle of 209.43º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #526D87 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 109 135 -
CMYK 0.39 0.19 0 0.47
HSL 209.43º 0.24% 0.43% -
HSV(B) 209.43º 0.39% 0.53% -
XYZ 13.32 14.48 25.01 -
YUV 103.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 82 109 135 0.39 0.19 0 0.47 209.43 0.24 0.43
Hex 52 6D 87 27 13 0 2F D1 18 2B
Octal 122 155 207 47 23 0 57 321 30 53
Binary 1010010 1101101 10000111 100111 10011 0 101111 11010001 11000 101011

Color Harmonies of #526D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D87

Black with #526D87

Text Example


Text Example

White with #526D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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