Html Css Color HEX #513592 Blue Gem

📋 copy color: '#513592'

red 81 ◦ green 53 ◦ blue 146

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

Shades of Blue Gem #513592

Tints of Blue Gem #513592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 28.93%
G = 18.93%
B = 52.14%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513592 (or 0x513592) is known color: Blue Gem. HEX triplet: 51, 35 and 92. RGB value is (81,53,146). Sum of RGB (Red+Green+Blue) = 81+53+146=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #513592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513592 is #AECA6D. Grayscale: #474747. Windows color (decimal): -11455086 or 9581905. OLE color: 9581905.

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

Color convert

RGB 81 53 146 -
CMYK 0.45 0.64 0 0.43
HSL 258.06º 0.47% 0.39% -
HSV(B) 258.06º 0.64% 0.57% -
XYZ 9.85 6.37 27.9 -
YUV 71.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 81 53 146 0.45 0.64 0 0.43 258.06 0.47 0.39
Hex 51 35 92 2D 40 0 2B 102 2F 27
Octal 121 65 222 55 100 0 53 402 57 47
Binary 1010001 110101 10010010 101101 1000000 0 101011 100000010 101111 100111

Color Harmonies of #513592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513592

Black with #513592

Text Example


Text Example

White with #513592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513592; }

 p { color: rgb(81,53,146); }

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

background-color css

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

 a { background-color: rgb(81,53,146); }

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

border-color css

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

 span { border-color: rgb(81,53,146); }

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