Html Css Color HEX #513998 Blue Gem

📋 copy color: '#513998'

red 81 ◦ green 57 ◦ blue 152

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

Shades of Blue Gem #513998

Tints of Blue Gem #513998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 27.93%
G = 19.66%
B = 52.41%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#513998 (or 0x513998) is known color: Blue Gem. HEX triplet: 51, 39 and 98. RGB value is (81,57,152). Sum of RGB (Red+Green+Blue) = 81+57+152=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #513998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513998 is #AEC667. Grayscale: #4A4A4A. Windows color (decimal): -11454056 or 9976145. OLE color: 9976145.

HSL color Cylindrical-coordinate representation of color #513998: hue angle of 255.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513998 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 57 152 -
CMYK 0.47 0.62 0 0.40
HSL 255.16º 0.45% 0.41% -
HSV(B) 255.16º 0.63% 0.6% -
XYZ 10.52 6.94 30.49 -
YUV 75.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 81 57 152 0.47 0.62 0 0.40 255.16 0.45 0.41
Hex 51 39 98 2F 3E 0 28 FF 2D 29
Octal 121 71 230 57 76 0 50 377 55 51
Binary 1010001 111001 10011000 101111 111110 0 101000 11111111 101101 101001

Color Harmonies of #513998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513998

Black with #513998

Text Example


Text Example

White with #513998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513998; }

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

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

background-color css

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

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

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

border-color css

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

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

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