Html Css Color HEX #504696 Blue Gem

📋 copy color: '#504696'

red 80 ◦ green 70 ◦ blue 150

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

Shades of Blue Gem #504696

Tints of Blue Gem #504696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 26.67%
G = 23.33%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#504696 (or 0x504696) is known color: Blue Gem. HEX triplet: 50, 46 and 96. RGB value is (80,70,150). Sum of RGB (Red+Green+Blue) = 80+70+150=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #504696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504696 is #AFB969. Grayscale: #515151. Windows color (decimal): -11516266 or 9848400. OLE color: 9848400.

HSL color Cylindrical-coordinate representation of color #504696: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #504696 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 70 150 -
CMYK 0.47 0.53 0 0.41
HSL 247.5º 0.36% 0.43% -
HSV(B) 247.5º 0.53% 0.59% -
XYZ 11 8.29 29.87 -
YUV 82.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 80 70 150 0.47 0.53 0 0.41 247.5 0.36 0.43
Hex 50 46 96 2F 35 0 29 F8 24 2B
Octal 120 106 226 57 65 0 51 370 44 53
Binary 1010000 1000110 10010110 101111 110101 0 101001 11111000 100100 101011

Color Harmonies of #504696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504696

Black with #504696

Text Example


Text Example

White with #504696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504696; }

 p { color: rgb(80,70,150); }

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

background-color css

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

 a { background-color: rgb(80,70,150); }

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

border-color css

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

 span { border-color: rgb(80,70,150); }

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