Html Css Color HEX #50459F Blue Gem

📋 copy color: '#50459F'

red 80 ◦ green 69 ◦ blue 159

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

Shades of Blue Gem #50459F

Tints of Blue Gem #50459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 25.97%
G = 22.4%
B = 51.62%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50459F (or 0x50459F) is known color: Blue Gem. HEX triplet: 50, 45 and 9F. RGB value is (80,69,159). Sum of RGB (Red+Green+Blue) = 80+69+159=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #50459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459F is #AFBA60. Grayscale: #525252. Windows color (decimal): -11516513 or 10437968. OLE color: 10437968.

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

Color convert

RGB 80 69 159 -
CMYK 0.50 0.57 0 0.38
HSL 247.33º 0.39% 0.45% -
HSV(B) 247.33º 0.57% 0.62% -
XYZ 11.69 8.46 33.82 -
YUV 82.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 80 69 159 0.50 0.57 0 0.38 247.33 0.39 0.45
Hex 50 45 9F 32 39 0 26 F7 27 2D
Octal 120 105 237 62 71 0 46 367 47 55
Binary 1010000 1000101 10011111 110010 111001 0 100110 11110111 100111 101101

Color Harmonies of #50459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50459F

Black with #50459F

Text Example


Text Example

White with #50459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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