Html Css Color HEX #526983 Wedgewood

📋 copy color: '#526983'

red 82 ◦ green 105 ◦ blue 131

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

Shades of Wedgewood #526983

Tints of Wedgewood #526983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 25.79%
G = 33.02%
B = 41.19%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526983 (or 0x526983) is known color: Wedgewood. HEX triplet: 52, 69 and 83. RGB value is (82,105,131). Sum of RGB (Red+Green+Blue) = 82+105+131=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 131 - color contains mainly: blue. Hex color #526983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526983 is #AD967C. Grayscale: #646464. Windows color (decimal): -11376253 or 8612178. OLE color: 8612178.

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

Color convert

RGB 82 105 131 -
CMYK 0.37 0.20 0 0.49
HSL 211.84º 0.23% 0.42% -
HSV(B) 211.84º 0.37% 0.51% -
XYZ 12.63 13.54 23.42 -
YUV 101.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 82 105 131 0.37 0.20 0 0.49 211.84 0.23 0.42
Hex 52 69 83 25 14 0 31 D4 17 2A
Octal 122 151 203 45 24 0 61 324 27 52
Binary 1010010 1101001 10000011 100101 10100 0 110001 11010100 10111 101010

Color Harmonies of #526983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526983

Black with #526983

Text Example


Text Example

White with #526983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526983; }

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

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

background-color css

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

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

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

border-color css

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

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

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