Html Css Color HEX #513D91 Blue Gem

📋 copy color: '#513D91'

red 81 ◦ green 61 ◦ blue 145

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

Shades of Blue Gem #513D91

Tints of Blue Gem #513D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.25%

 BLUE value IS 145 (57.03% from 255) = 50.52%

R = 28.22%
G = 21.25%
B = 50.52%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513D91 (or 0x513D91) is known color: Blue Gem. HEX triplet: 51, 3D and 91. RGB value is (81,61,145). Sum of RGB (Red+Green+Blue) = 81+61+145=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #513D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513D91 is #AEC26E. Grayscale: #4C4C4C. Windows color (decimal): -11453039 or 9518417. OLE color: 9518417.

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

Color convert

RGB 81 61 145 -
CMYK 0.44 0.58 0 0.43
HSL 254.29º 0.41% 0.4% -
HSV(B) 254.29º 0.58% 0.57% -
XYZ 10.17 7.13 27.63 -
YUV 76.56 166.63 131.17 -
System Red Green Blue C M Y K H S L
Decimal 81 61 145 0.44 0.58 0 0.43 254.29 0.41 0.4
Hex 51 3D 91 2C 3A 0 2B FE 29 28
Octal 121 75 221 54 72 0 53 376 51 50
Binary 1010001 111101 10010001 101100 111010 0 101011 11111110 101001 101000

Color Harmonies of #513D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D91

Black with #513D91

Text Example


Text Example

White with #513D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,145); }

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

background-color css

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

 a { background-color: rgb(81,61,145); }

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

border-color css

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

 span { border-color: rgb(81,61,145); }

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