Html Css Color HEX #506482 Wedgewood

📋 copy color: '#506482'

red 80 ◦ green 100 ◦ blue 130

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

Shades of Wedgewood #506482

Tints of Wedgewood #506482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

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

R = 25.81%
G = 32.26%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506482 (or 0x506482) is known color: Wedgewood. HEX triplet: 50, 64 and 82. RGB value is (80,100,130). Sum of RGB (Red+Green+Blue) = 80+100+130=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #506482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506482 is #AF9B7D. Grayscale: #616161. Windows color (decimal): -11508606 or 8545360. OLE color: 8545360.

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

Color convert

RGB 80 100 130 -
CMYK 0.38 0.23 0 0.49
HSL 216º 0.24% 0.41% -
HSV(B) 216º 0.38% 0.51% -
XYZ 11.89 12.43 22.89 -
YUV 97.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 80 100 130 0.38 0.23 0 0.49 216 0.24 0.41
Hex 50 64 82 26 17 0 31 D8 18 29
Octal 120 144 202 46 27 0 61 330 30 51
Binary 1010000 1100100 10000010 100110 10111 0 110001 11011000 11000 101001

Color Harmonies of #506482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506482

Black with #506482

Text Example


Text Example

White with #506482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506482; }

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

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

background-color css

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

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

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

border-color css

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

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

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