Html Css Color HEX #513DAB Blue Gem

📋 copy color: '#513DAB'

red 81 ◦ green 61 ◦ blue 171

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

Shades of Blue Gem #513DAB

Tints of Blue Gem #513DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.49%

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 25.88%
G = 19.49%
B = 54.63%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#513DAB (or 0x513DAB) is known color: Blue Gem. HEX triplet: 51, 3D and AB. RGB value is (81,61,171). Sum of RGB (Red+Green+Blue) = 81+61+171=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #513DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DAB is #AEC254. Grayscale: #4F4F4F. Windows color (decimal): -11453013 or 11222353. OLE color: 11222353.

HSL color Cylindrical-coordinate representation of color #513DAB: hue angle of 250.91º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513DAB is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 61 171 -
CMYK 0.53 0.64 0 0.33
HSL 250.91º 0.47% 0.45% -
HSV(B) 250.91º 0.64% 0.67% -
XYZ 12.41 8.03 39.42 -
YUV 79.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 81 61 171 0.53 0.64 0 0.33 250.91 0.47 0.45
Hex 51 3D AB 35 40 0 21 FB 2F 2D
Octal 121 75 253 65 100 0 41 373 57 55
Binary 1010001 111101 10101011 110101 1000000 0 100001 11111011 101111 101101

Color Harmonies of #513DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DAB

Black with #513DAB

Text Example


Text Example

White with #513DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513DAB; }

 p { color: rgb(81,61,171); }

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

background-color css

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

 a { background-color: rgb(81,61,171); }

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

border-color css

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

 span { border-color: rgb(81,61,171); }

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