Html Css Color HEX #526987 Wedgewood

📋 copy color: '#526987'

red 82 ◦ green 105 ◦ blue 135

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

Shades of Wedgewood #526987

Tints of Wedgewood #526987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.61%

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

R = 25.47%
G = 32.61%
B = 41.93%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#526987 (or 0x526987) is known color: Wedgewood. HEX triplet: 52, 69 and 87. RGB value is (82,105,135). Sum of RGB (Red+Green+Blue) = 82+105+135=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #526987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526987 is #AD9678. Grayscale: #656565. Windows color (decimal): -11376249 or 8874322. OLE color: 8874322.

HSL color Cylindrical-coordinate representation of color #526987: hue angle of 213.96º 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 #526987 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 105 135 -
CMYK 0.39 0.22 0 0.47
HSL 213.96º 0.24% 0.43% -
HSV(B) 213.96º 0.39% 0.53% -
XYZ 12.9 13.65 24.88 -
YUV 101.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 82 105 135 0.39 0.22 0 0.47 213.96 0.24 0.43
Hex 52 69 87 27 16 0 2F D6 18 2B
Octal 122 151 207 47 26 0 57 326 30 53
Binary 1010010 1101001 10000111 100111 10110 0 101111 11010110 11000 101011

Color Harmonies of #526987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526987

Black with #526987

Text Example


Text Example

White with #526987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526987; }

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

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

background-color css

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

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

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

border-color css

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

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

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