Html Css Color HEX #506889 Wedgewood

📋 copy color: '#506889'

red 80 ◦ green 104 ◦ blue 137

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

Shades of Wedgewood #506889

Tints of Wedgewood #506889

RGB

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

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

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

R = 24.92%
G = 32.4%
B = 42.68%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#506889 (or 0x506889) is known color: Wedgewood. HEX triplet: 50, 68 and 89. RGB value is (80,104,137). Sum of RGB (Red+Green+Blue) = 80+104+137=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #506889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506889 is #AF9776. Grayscale: #646464. Windows color (decimal): -11507575 or 9005136. OLE color: 9005136.

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

Color convert

RGB 80 104 137 -
CMYK 0.42 0.24 0 0.46
HSL 214.74º 0.26% 0.43% -
HSV(B) 214.74º 0.42% 0.54% -
XYZ 12.77 13.41 25.58 -
YUV 100.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 80 104 137 0.42 0.24 0 0.46 214.74 0.26 0.43
Hex 50 68 89 2A 18 0 2E D7 1A 2B
Octal 120 150 211 52 30 0 56 327 32 53
Binary 1010000 1101000 10001001 101010 11000 0 101110 11010111 11010 101011

Color Harmonies of #506889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506889

Black with #506889

Text Example


Text Example

White with #506889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506889; }

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

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

background-color css

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

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

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

border-color css

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

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

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