Html Css Color HEX #504892 Blue Gem

📋 copy color: '#504892'

red 80 ◦ green 72 ◦ blue 146

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

Shades of Blue Gem #504892

Tints of Blue Gem #504892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 26.85%
G = 24.16%
B = 48.99%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#504892 (or 0x504892) is known color: Blue Gem. HEX triplet: 50, 48 and 92. RGB value is (80,72,146). Sum of RGB (Red+Green+Blue) = 80+72+146=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #504892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504892 is #AFB76D. Grayscale: #525252. Windows color (decimal): -11515758 or 9586768. OLE color: 9586768.

HSL color Cylindrical-coordinate representation of color #504892: hue angle of 246.49º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504892 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 72 146 -
CMYK 0.45 0.51 0 0.43
HSL 246.49º 0.34% 0.43% -
HSV(B) 246.49º 0.51% 0.57% -
XYZ 10.81 8.42 28.25 -
YUV 82.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 80 72 146 0.45 0.51 0 0.43 246.49 0.34 0.43
Hex 50 48 92 2D 33 0 2B F6 22 2B
Octal 120 110 222 55 63 0 53 366 42 53
Binary 1010000 1001000 10010010 101101 110011 0 101011 11110110 100010 101011

Color Harmonies of #504892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504892

Black with #504892

Text Example


Text Example

White with #504892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504892; }

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

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

background-color css

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

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

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

border-color css

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

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

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