Html Css Color HEX #513889 Blue Gem

📋 copy color: '#513889'

red 81 ◦ green 56 ◦ blue 137

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

Shades of Blue Gem #513889

Tints of Blue Gem #513889

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 137 (53.91% from 255) = 50%

R = 29.56%
G = 20.44%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#513889 (or 0x513889) is known color: Blue Gem. HEX triplet: 51, 38 and 89. RGB value is (81,56,137). Sum of RGB (Red+Green+Blue) = 81+56+137=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #513889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513889 is #AEC776. Grayscale: #484848. Windows color (decimal): -11454327 or 8992849. OLE color: 8992849.

HSL color Cylindrical-coordinate representation of color #513889: hue angle of 258.52º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513889 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 56 137 -
CMYK 0.41 0.59 0 0.46
HSL 258.52º 0.42% 0.38% -
HSV(B) 258.52º 0.59% 0.54% -
XYZ 9.32 6.38 24.41 -
YUV 72.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 81 56 137 0.41 0.59 0 0.46 258.52 0.42 0.38
Hex 51 38 89 29 3B 0 2E 103 2A 26
Octal 121 70 211 51 73 0 56 403 52 46
Binary 1010001 111000 10001001 101001 111011 0 101110 100000011 101010 100110

Color Harmonies of #513889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513889

Black with #513889

Text Example


Text Example

White with #513889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513889; }

 p { color: rgb(81,56,137); }

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

background-color css

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

 a { background-color: rgb(81,56,137); }

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

border-color css

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

 span { border-color: rgb(81,56,137); }

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