Html Css Color HEX #50459C Blue Gem

📋 copy color: '#50459C'

red 80 ◦ green 69 ◦ blue 156

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

Shades of Blue Gem #50459C

Tints of Blue Gem #50459C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.15%

R = 26.23%
G = 22.62%
B = 51.15%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50459C (or 0x50459C) is known color: Blue Gem. HEX triplet: 50, 45 and 9C. RGB value is (80,69,156). Sum of RGB (Red+Green+Blue) = 80+69+156=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #50459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50459C is #AFBA63. Grayscale: #515151. Windows color (decimal): -11516516 or 10241360. OLE color: 10241360.

HSL color Cylindrical-coordinate representation of color #50459C: hue angle of 247.59º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50459C is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 69 156 -
CMYK 0.49 0.56 0 0.39
HSL 247.59º 0.39% 0.44% -
HSV(B) 247.59º 0.56% 0.61% -
XYZ 11.44 8.36 32.46 -
YUV 82.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 80 69 156 0.49 0.56 0 0.39 247.59 0.39 0.44
Hex 50 45 9C 31 38 0 27 F8 27 2C
Octal 120 105 234 61 70 0 47 370 47 54
Binary 1010000 1000101 10011100 110001 111000 0 100111 11111000 100111 101100

Color Harmonies of #50459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50459C

Black with #50459C

Text Example


Text Example

White with #50459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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