Html Css Color HEX #513C90 Blue Gem

📋 copy color: '#513C90'

red 81 ◦ green 60 ◦ blue 144

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

Shades of Blue Gem #513C90

Tints of Blue Gem #513C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 28.42%
G = 21.05%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#513C90 (or 0x513C90) is known color: Blue Gem. HEX triplet: 51, 3C and 90. RGB value is (81,60,144). Sum of RGB (Red+Green+Blue) = 81+60+144=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #513C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C90 is #AEC36F. Grayscale: #4B4B4B. Windows color (decimal): -11453296 or 9452625. OLE color: 9452625.

HSL color Cylindrical-coordinate representation of color #513C90: hue angle of 255º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513C90 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 60 144 -
CMYK 0.44 0.58 0 0.44
HSL 255º 0.41% 0.4% -
HSV(B) 255º 0.58% 0.56% -
XYZ 10.04 6.99 27.21 -
YUV 75.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 81 60 144 0.44 0.58 0 0.44 255 0.41 0.4
Hex 51 3C 90 2C 3A 0 2C FF 29 28
Octal 121 74 220 54 72 0 54 377 51 50
Binary 1010001 111100 10010000 101100 111010 0 101100 11111111 101001 101000

Color Harmonies of #513C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C90

Black with #513C90

Text Example


Text Example

White with #513C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C90; }

 p { color: rgb(81,60,144); }

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

background-color css

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

 a { background-color: rgb(81,60,144); }

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

border-color css

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

 span { border-color: rgb(81,60,144); }

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