Html Css Color HEX #506682 Wedgewood

📋 copy color: '#506682'

red 80 ◦ green 102 ◦ blue 130

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

Shades of Wedgewood #506682

Tints of Wedgewood #506682

RGB

 RED value IS 80 (31.64% from 255) = 25.64%

 GREEN value IS 102 (40.23% from 255) = 32.69%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 25.64%
G = 32.69%
B = 41.67%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506682 (or 0x506682) is known color: Wedgewood. HEX triplet: 50, 66 and 82. RGB value is (80,102,130). Sum of RGB (Red+Green+Blue) = 80+102+130=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #506682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506682 is #AF997D. Grayscale: #626262. Windows color (decimal): -11508094 or 8545872. OLE color: 8545872.

HSL color Cylindrical-coordinate representation of color #506682: hue angle of 213.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #506682 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 102 130 -
CMYK 0.38 0.22 0 0.49
HSL 213.6º 0.24% 0.41% -
HSV(B) 213.6º 0.38% 0.51% -
XYZ 12.09 12.82 22.96 -
YUV 98.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 80 102 130 0.38 0.22 0 0.49 213.6 0.24 0.41
Hex 50 66 82 26 16 0 31 D6 18 29
Octal 120 146 202 46 26 0 61 326 30 51
Binary 1010000 1100110 10000010 100110 10110 0 110001 11010110 11000 101001

Color Harmonies of #506682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506682

Black with #506682

Text Example


Text Example

White with #506682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506682; }

 p { color: rgb(80,102,130); }

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

background-color css

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

 a { background-color: rgb(80,102,130); }

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

border-color css

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

 span { border-color: rgb(80,102,130); }

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