Html Css Color HEX #513B93 Blue Gem

📋 copy color: '#513B93'

red 81 ◦ green 59 ◦ blue 147

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

Shades of Blue Gem #513B93

Tints of Blue Gem #513B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.56%

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 28.22%
G = 20.56%
B = 51.22%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513B93 (or 0x513B93) is known color: Blue Gem. HEX triplet: 51, 3B and 93. RGB value is (81,59,147). Sum of RGB (Red+Green+Blue) = 81+59+147=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #513B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B93 is #AEC46C. Grayscale: #4B4B4B. Windows color (decimal): -11453549 or 9648977. OLE color: 9648977.

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

Color convert

RGB 81 59 147 -
CMYK 0.45 0.60 0 0.42
HSL 255º 0.43% 0.4% -
HSV(B) 255º 0.6% 0.58% -
XYZ 10.22 6.98 28.41 -
YUV 75.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 81 59 147 0.45 0.60 0 0.42 255 0.43 0.4
Hex 51 3B 93 2D 3C 0 2A FF 2B 28
Octal 121 73 223 55 74 0 52 377 53 50
Binary 1010001 111011 10010011 101101 111100 0 101010 11111111 101011 101000

Color Harmonies of #513B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B93

Black with #513B93

Text Example


Text Example

White with #513B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,147); }

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

background-color css

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

 a { background-color: rgb(81,59,147); }

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

border-color css

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

 span { border-color: rgb(81,59,147); }

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