Html Css Color HEX #50439F Blue Gem

📋 copy color: '#50439F'

red 80 ◦ green 67 ◦ blue 159

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

Shades of Blue Gem #50439F

Tints of Blue Gem #50439F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 26.14%
G = 21.9%
B = 51.96%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50439F (or 0x50439F) is known color: 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

RGB 80 67 159 -
CMYK 0.50 0.58 0 0.38
HSL 248.48º 0.41% 0.44% -
HSV(B) 248.48º 0.58% 0.62% -
XYZ 11.57 8.22 33.78 -
YUV 81.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 80 67 159 0.50 0.58 0 0.38 248.48 0.41 0.44
Hex 50 43 9F 32 3A 0 26 F8 29 2C
Octal 120 103 237 62 72 0 46 370 51 54
Binary 1010000 1000011 10011111 110010 111010 0 100110 11111000 101001 101100

Color Harmonies of #50439F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50439F

Black with #50439F

Text Example


Text Example

White with #50439F

Text Example


Text Example

HTML Codes & Css Web 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>