Html Css Color HEX #504894 Blue Gem

📋 copy color: '#504894'

red 80 ◦ green 72 ◦ blue 148

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

Shades of Blue Gem #504894

Tints of Blue Gem #504894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 148 (58.2% from 255) = 49.33%

R = 26.67%
G = 24%
B = 49.33%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#504894 (or 0x504894) is known color: Blue Gem. HEX triplet: 50, 48 and 94. RGB value is (80,72,148). Sum of RGB (Red+Green+Blue) = 80+72+148=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #504894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504894 is #AFB76B. Grayscale: #525252. Windows color (decimal): -11515756 or 9717840. OLE color: 9717840.

HSL color Cylindrical-coordinate representation of color #504894: hue angle of 246.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504894 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 72 148 -
CMYK 0.46 0.51 0 0.42
HSL 246.32º 0.35% 0.43% -
HSV(B) 246.32º 0.51% 0.58% -
XYZ 10.97 8.48 29.08 -
YUV 83.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 80 72 148 0.46 0.51 0 0.42 246.32 0.35 0.43
Hex 50 48 94 2E 33 0 2A F6 23 2B
Octal 120 110 224 56 63 0 52 366 43 53
Binary 1010000 1001000 10010100 101110 110011 0 101010 11110110 100011 101011

Color Harmonies of #504894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504894

Black with #504894

Text Example


Text Example

White with #504894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504894; }

 p { color: rgb(80,72,148); }

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

background-color css

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

 a { background-color: rgb(80,72,148); }

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

border-color css

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

 span { border-color: rgb(80,72,148); }

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