Html Css Color HEX #506484 Wedgewood

📋 copy color: '#506484'

red 80 ◦ green 100 ◦ blue 132

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

Shades of Wedgewood #506484

Tints of Wedgewood #506484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 25.64%
G = 32.05%
B = 42.31%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506484 (or 0x506484) is known color: Wedgewood. HEX triplet: 50, 64 and 84. RGB value is (80,100,132). Sum of RGB (Red+Green+Blue) = 80+100+132=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #506484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506484 is #AF9B7B. Grayscale: #616161. Windows color (decimal): -11508604 or 8676432. OLE color: 8676432.

HSL color Cylindrical-coordinate representation of color #506484: hue angle of 216.92º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #506484 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 100 132 -
CMYK 0.39 0.24 0 0.48
HSL 216.92º 0.25% 0.42% -
HSV(B) 216.92º 0.39% 0.52% -
XYZ 12.03 12.49 23.61 -
YUV 97.67 147.37 115.4 -
System Red Green Blue C M Y K H S L
Decimal 80 100 132 0.39 0.24 0 0.48 216.92 0.25 0.42
Hex 50 64 84 27 18 0 30 D9 19 2A
Octal 120 144 204 47 30 0 60 331 31 52
Binary 1010000 1100100 10000100 100111 11000 0 110000 11011001 11001 101010

Color Harmonies of #506484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506484

Black with #506484

Text Example


Text Example

White with #506484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506484; }

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

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

background-color css

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

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

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

border-color css

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

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

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