Html Css Color HEX #513894 Blue Gem

📋 copy color: '#513894'

red 81 ◦ green 56 ◦ blue 148

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

Shades of Blue Gem #513894

Tints of Blue Gem #513894

RGB

 RED value IS 81 (32.03% from 255) = 28.42%

 GREEN value IS 56 (22.27% from 255) = 19.65%

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

R = 28.42%
G = 19.65%
B = 51.93%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513894 (or 0x513894) is known color: Blue Gem. HEX triplet: 51, 38 and 94. RGB value is (81,56,148). Sum of RGB (Red+Green+Blue) = 81+56+148=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #513894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513894 is #AEC76B. Grayscale: #494949. Windows color (decimal): -11454316 or 9713745. OLE color: 9713745.

HSL color Cylindrical-coordinate representation of color #513894: hue angle of 256.3º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513894 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 56 148 -
CMYK 0.45 0.62 0 0.42
HSL 256.3º 0.45% 0.4% -
HSV(B) 256.3º 0.62% 0.58% -
XYZ 10.15 6.72 28.78 -
YUV 73.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 81 56 148 0.45 0.62 0 0.42 256.3 0.45 0.4
Hex 51 38 94 2D 3E 0 2A 100 2D 28
Octal 121 70 224 55 76 0 52 400 55 50
Binary 1010001 111000 10010100 101101 111110 0 101010 100000000 101101 101000

Color Harmonies of #513894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513894

Black with #513894

Text Example


Text Example

White with #513894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513894; }

 p { color: rgb(81,56,148); }

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

background-color css

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

 a { background-color: rgb(81,56,148); }

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

border-color css

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

 span { border-color: rgb(81,56,148); }

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