#503889

Color #503889 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #503889

Tints of Blue Gem #503889

Color information

#503889 (or 0x503889) is unknown color: approx Blue Gem. HEX triplet: 50, 38 and 89. RGB value is (80,56,137). Sum of RGB (Red+Green+Blue) = 80+56+137=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #503889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503889 is #AFC776. Grayscale: #484848. Windows color (decimal): -11519863 or 8992848. OLE color: 8992848.

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

Color convert

RGB8056137-
CMYK0.420.5900.46
HSL257.78º41.97%37.84%-
HSV(B)257.78º59.12%53.73%-
XYZ9.246.3424.4-
YUV72.41164.45133.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.30%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=29.30%
G=20.51%
B=50.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80561370.420.5900.46257.7841.9737.84
Hex5038892A3B02E1022a26
Octal1207021152730564025246
Binary1010000111000100010011010101110110101110100000010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503889; }

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

 H1.HeaderClassName
 {
   color: #503889;
 }
 .AnyTagClassName
 {
   color: #503889;
 }
</style>
background-color css

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

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

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

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

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

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