Html Css Color HEX #513698 Blue Gem

📋 copy color: '#513698'

red 81 ◦ green 54 ◦ blue 152

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

Shades of Blue Gem #513698

Tints of Blue Gem #513698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 28.22%
G = 18.82%
B = 52.96%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#513698 (or 0x513698) is known color: Blue Gem. HEX triplet: 51, 36 and 98. RGB value is (81,54,152). Sum of RGB (Red+Green+Blue) = 81+54+152=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #513698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513698 is #AEC967. Grayscale: #484848. Windows color (decimal): -11454824 or 9975377. OLE color: 9975377.

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

Color convert

RGB 81 54 152 -
CMYK 0.47 0.64 0 0.40
HSL 256.53º 0.48% 0.4% -
HSV(B) 256.53º 0.64% 0.6% -
XYZ 10.38 6.65 30.44 -
YUV 73.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 81 54 152 0.47 0.64 0 0.40 256.53 0.48 0.4
Hex 51 36 98 2F 40 0 28 101 30 28
Octal 121 66 230 57 100 0 50 401 60 50
Binary 1010001 110110 10011000 101111 1000000 0 101000 100000001 110000 101000

Color Harmonies of #513698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513698

Black with #513698

Text Example


Text Example

White with #513698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513698; }

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

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

background-color css

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

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

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

border-color css

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

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

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