Html Css Color HEX #50378E Blue Gem

📋 copy color: '#50378E'

red 80 ◦ green 55 ◦ blue 142

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

Shades of Blue Gem #50378E

Tints of Blue Gem #50378E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 28.88%
G = 19.86%
B = 51.26%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50378E (or 0x50378E) is known color: Blue Gem. HEX triplet: 50, 37 and 8E. RGB value is (80,55,142). Sum of RGB (Red+Green+Blue) = 80+55+142=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #50378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50378E is #AFC871. Grayscale: #484848. Windows color (decimal): -11520114 or 9320272. OLE color: 9320272.

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

Color convert

RGB 80 55 142 -
CMYK 0.44 0.61 0 0.44
HSL 257.24º 0.44% 0.39% -
HSV(B) 257.24º 0.61% 0.56% -
XYZ 9.56 6.39 26.32 -
YUV 72.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 80 55 142 0.44 0.61 0 0.44 257.24 0.44 0.39
Hex 50 37 8E 2C 3D 0 2C 101 2C 27
Octal 120 67 216 54 75 0 54 401 54 47
Binary 1010000 110111 10001110 101100 111101 0 101100 100000001 101100 100111

Color Harmonies of #50378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50378E

Black with #50378E

Text Example


Text Example

White with #50378E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50378E; }

 p { color: rgb(80,55,142); }

 H1.HeaderClassName
 {
   color: #50378E;
 }
 .AnyTagClassName
 {
   color: #50378E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,55,142); }

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

border-color css

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

 span { border-color: rgb(80,55,142); }

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