Html Css Color HEX #526783 Wedgewood

📋 copy color: '#526783'

red 82 ◦ green 103 ◦ blue 131

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

Shades of Wedgewood #526783

Tints of Wedgewood #526783

RGB

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

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

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

R = 25.95%
G = 32.59%
B = 41.46%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#526783 (or 0x526783) is known color: Wedgewood. HEX triplet: 52, 67 and 83. RGB value is (82,103,131). Sum of RGB (Red+Green+Blue) = 82+103+131=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #526783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #526783 is #AD987C. Grayscale: #636363. Windows color (decimal): -11376765 or 8611666. OLE color: 8611666.

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

Color convert

RGB 82 103 131 -
CMYK 0.37 0.21 0 0.49
HSL 214.29º 0.23% 0.42% -
HSV(B) 214.29º 0.37% 0.51% -
XYZ 12.43 13.13 23.35 -
YUV 99.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 82 103 131 0.37 0.21 0 0.49 214.29 0.23 0.42
Hex 52 67 83 25 15 0 31 D6 17 2A
Octal 122 147 203 45 25 0 61 326 27 52
Binary 1010010 1100111 10000011 100101 10101 0 110001 11010110 10111 101010

Color Harmonies of #526783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526783

Black with #526783

Text Example


Text Example

White with #526783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526783; }

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

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

background-color css

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

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

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

border-color css

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

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

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