#50439F

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

Shades of Blue Gem #50439F

Tints of Blue Gem #50439F

Color information

#50439F (or 0x50439F) is unknown color: approx Blue Gem. HEX triplet: 50, 43 and 9F. RGB value is (80,67,159). Sum of RGB (Red+Green+Blue) = 80+67+159=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #50439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50439F is #AFBC60. Grayscale: #515151. Windows color (decimal): -11517025 or 10437456. OLE color: 10437456.

HSL color Cylindrical-coordinate representation of color #50439F: hue angle of 248.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50439F is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8067159-
CMYK0.500.5800.38
HSL248.48º40.71%44.31%-
HSV(B)248.48º57.86%62.35%-
XYZ11.578.2233.78-
YUV81.38171.81127.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=26.14%
G=21.90%
B=51.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80671590.500.5800.38248.4840.7144.31
Hex50439F323A026f8292c
Octal12010323762720463705154
Binary1010000100001110011111110010111010010011011111000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50439F; }

 p { color: rgb(80,67,159); }

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

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

 a { background-color: rgb(80,67,159); }

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

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

 span { border-color: rgb(80,67,159); }

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