Html Css Color HEX #506A84 Wedgewood

📋 copy color: '#506A84'

red 80 ◦ green 106 ◦ blue 132

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

Shades of Wedgewood #506A84

Tints of Wedgewood #506A84

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

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

R = 25.16%
G = 33.33%
B = 41.51%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#506A84 (or 0x506A84) is known color: Wedgewood. HEX triplet: 50, 6A and 84. RGB value is (80,106,132). Sum of RGB (Red+Green+Blue) = 80+106+132=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #506A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506A84 is #AF957B. Grayscale: #656565. Windows color (decimal): -11507068 or 8677968. OLE color: 8677968.

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

Color convert

RGB 80 106 132 -
CMYK 0.39 0.20 0 0.48
HSL 210º 0.25% 0.42% -
HSV(B) 210º 0.39% 0.52% -
XYZ 12.63 13.68 23.8 -
YUV 101.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 80 106 132 0.39 0.20 0 0.48 210 0.25 0.42
Hex 50 6A 84 27 14 0 30 D2 19 2A
Octal 120 152 204 47 24 0 60 322 31 52
Binary 1010000 1101010 10000100 100111 10100 0 110000 11010010 11001 101010

Color Harmonies of #506A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506A84

Black with #506A84

Text Example


Text Example

White with #506A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506A84; }

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

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

background-color css

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

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

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

border-color css

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

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

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