Html Css Color HEX #506D89 Wedgewood

📋 copy color: '#506D89'

red 80 ◦ green 109 ◦ blue 137

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

Shades of Wedgewood #506D89

Tints of Wedgewood #506D89

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 24.54%
G = 33.44%
B = 42.02%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#506D89 (or 0x506D89) is known color: Wedgewood. HEX triplet: 50, 6D and 89. RGB value is (80,109,137). Sum of RGB (Red+Green+Blue) = 80+109+137=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 137 - color contains mainly: blue. Hex color #506D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506D89 is #AF9276. Grayscale: #676767. Windows color (decimal): -11506295 or 9006416. OLE color: 9006416.

HSL color Cylindrical-coordinate representation of color #506D89: hue angle of 209.47º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #506D89 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 109 137 -
CMYK 0.42 0.20 0 0.46
HSL 209.47º 0.26% 0.43% -
HSV(B) 209.47º 0.42% 0.54% -
XYZ 13.29 14.45 25.76 -
YUV 103.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 80 109 137 0.42 0.20 0 0.46 209.47 0.26 0.43
Hex 50 6D 89 2A 14 0 2E D1 1A 2B
Octal 120 155 211 52 24 0 56 321 32 53
Binary 1010000 1101101 10001001 101010 10100 0 101110 11010001 11010 101011

Color Harmonies of #506D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506D89

Black with #506D89

Text Example


Text Example

White with #506D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,109,137); }

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

background-color css

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

 a { background-color: rgb(80,109,137); }

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

border-color css

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

 span { border-color: rgb(80,109,137); }

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