Html Css Color HEX #513888 Blue Gem

📋 copy color: '#513888'

red 81 ◦ green 56 ◦ blue 136

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

Shades of Blue Gem #513888

Tints of Blue Gem #513888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 49.82%

R = 29.67%
G = 20.51%
B = 49.82%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#513888 (or 0x513888) is known color: Blue Gem. HEX triplet: 51, 38 and 88. RGB value is (81,56,136). Sum of RGB (Red+Green+Blue) = 81+56+136=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #513888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513888 is #AEC777. Grayscale: #484848. Windows color (decimal): -11454328 or 8927313. OLE color: 8927313.

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

Color convert

RGB 81 56 136 -
CMYK 0.40 0.59 0 0.47
HSL 258.75º 0.42% 0.38% -
HSV(B) 258.75º 0.59% 0.53% -
XYZ 9.25 6.36 24.03 -
YUV 72.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 81 56 136 0.40 0.59 0 0.47 258.75 0.42 0.38
Hex 51 38 88 28 3B 0 2F 103 2A 26
Octal 121 70 210 50 73 0 57 403 52 46
Binary 1010001 111000 10001000 101000 111011 0 101111 100000011 101010 100110

Color Harmonies of #513888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513888

Black with #513888

Text Example


Text Example

White with #513888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513888; }

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

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

background-color css

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

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

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

border-color css

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

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

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