Html Css Color HEX #506382 Wedgewood

📋 copy color: '#506382'

red 80 ◦ green 99 ◦ blue 130

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

Shades of Wedgewood #506382

Tints of Wedgewood #506382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

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

R = 25.89%
G = 32.04%
B = 42.07%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#506382 (or 0x506382) is known color: Wedgewood. HEX triplet: 50, 63 and 82. RGB value is (80,99,130). Sum of RGB (Red+Green+Blue) = 80+99+130=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 130 - color contains mainly: blue. Hex color #506382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506382 is #AF9C7D. Grayscale: #606060. Windows color (decimal): -11508862 or 8545104. OLE color: 8545104.

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

Color convert

RGB 80 99 130 -
CMYK 0.38 0.24 0 0.49
HSL 217.2º 0.24% 0.41% -
HSV(B) 217.2º 0.38% 0.51% -
XYZ 11.8 12.24 22.86 -
YUV 96.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 80 99 130 0.38 0.24 0 0.49 217.2 0.24 0.41
Hex 50 63 82 26 18 0 31 D9 18 29
Octal 120 143 202 46 30 0 61 331 30 51
Binary 1010000 1100011 10000010 100110 11000 0 110001 11011001 11000 101001

Color Harmonies of #506382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506382

Black with #506382

Text Example


Text Example

White with #506382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506382; }

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

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

background-color css

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

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

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

border-color css

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

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

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