Html Css Color HEX #513992 Blue Gem

📋 copy color: '#513992'

red 81 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #513992

Tints of Blue Gem #513992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.07%

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

R = 28.52%
G = 20.07%
B = 51.41%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513992 (or 0x513992) is known color: Blue Gem. HEX triplet: 51, 39 and 92. RGB value is (81,57,146). Sum of RGB (Red+Green+Blue) = 81+57+146=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #513992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513992 is #AEC66D. Grayscale: #494949. Windows color (decimal): -11454062 or 9582929. OLE color: 9582929.

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

Color convert

RGB 81 57 146 -
CMYK 0.45 0.61 0 0.43
HSL 256.18º 0.44% 0.4% -
HSV(B) 256.18º 0.61% 0.57% -
XYZ 10.04 6.75 27.97 -
YUV 74.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 81 57 146 0.45 0.61 0 0.43 256.18 0.44 0.4
Hex 51 39 92 2D 3D 0 2B 100 2C 28
Octal 121 71 222 55 75 0 53 400 54 50
Binary 1010001 111001 10010010 101101 111101 0 101011 100000000 101100 101000

Color Harmonies of #513992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513992

Black with #513992

Text Example


Text Example

White with #513992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513992; }

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

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

background-color css

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

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

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

border-color css

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

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

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