Html Css Color HEX #506884 Wedgewood

📋 copy color: '#506884'

red 80 ◦ green 104 ◦ blue 132

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

Shades of Wedgewood #506884

Tints of Wedgewood #506884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

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

R = 25.32%
G = 32.91%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506884 (or 0x506884) is known color: Wedgewood. HEX triplet: 50, 68 and 84. RGB value is (80,104,132). Sum of RGB (Red+Green+Blue) = 80+104+132=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #506884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506884 is #AF977B. Grayscale: #636363. Windows color (decimal): -11507580 or 8677456. OLE color: 8677456.

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

Color convert

RGB 80 104 132 -
CMYK 0.39 0.21 0 0.48
HSL 212.31º 0.25% 0.42% -
HSV(B) 212.31º 0.39% 0.52% -
XYZ 12.42 13.27 23.74 -
YUV 100.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 80 104 132 0.39 0.21 0 0.48 212.31 0.25 0.42
Hex 50 68 84 27 15 0 30 D4 19 2A
Octal 120 150 204 47 25 0 60 324 31 52
Binary 1010000 1101000 10000100 100111 10101 0 110000 11010100 11001 101010

Color Harmonies of #506884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506884

Black with #506884

Text Example


Text Example

White with #506884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506884; }

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

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

background-color css

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

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

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

border-color css

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

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

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