Html Css Color HEX #504198 Blue Gem

📋 copy color: '#504198'

red 80 ◦ green 65 ◦ blue 152

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

Shades of Blue Gem #504198

Tints of Blue Gem #504198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 26.94%
G = 21.89%
B = 51.18%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#504198 (or 0x504198) is known color: Blue Gem. HEX triplet: 50, 41 and 98. RGB value is (80,65,152). Sum of RGB (Red+Green+Blue) = 80+65+152=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #504198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504198 is #AFBE67. Grayscale: #4F4F4F. Windows color (decimal): -11517544 or 9978192. OLE color: 9978192.

HSL color Cylindrical-coordinate representation of color #504198: hue angle of 250.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504198 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 65 152 -
CMYK 0.47 0.57 0 0.40
HSL 250.34º 0.4% 0.43% -
HSV(B) 250.34º 0.57% 0.6% -
XYZ 10.87 7.75 30.63 -
YUV 79.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 80 65 152 0.47 0.57 0 0.40 250.34 0.4 0.43
Hex 50 41 98 2F 39 0 28 FA 28 2B
Octal 120 101 230 57 71 0 50 372 50 53
Binary 1010000 1000001 10011000 101111 111001 0 101000 11111010 101000 101011

Color Harmonies of #504198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504198

Black with #504198

Text Example


Text Example

White with #504198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504198; }

 p { color: rgb(80,65,152); }

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

background-color css

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

 a { background-color: rgb(80,65,152); }

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

border-color css

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

 span { border-color: rgb(80,65,152); }

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