Html Css Color HEX #513FBB Rich Blue

📋 copy color: '#513FBB'

red 81 ◦ green 63 ◦ blue 187

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

Shades of Rich Blue #513FBB

Tints of Rich Blue #513FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 19.03%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 24.47%
G = 19.03%
B = 56.5%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#513FBB (or 0x513FBB) is known color: Rich Blue. HEX triplet: 51, 3F and BB. RGB value is (81,63,187). Sum of RGB (Red+Green+Blue) = 81+63+187=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #513FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FBB is #AEC044. Grayscale: #525252. Windows color (decimal): -11452485 or 12271441. OLE color: 12271441.

HSL color Cylindrical-coordinate representation of color #513FBB: hue angle of 248.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513FBB is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 63 187 -
CMYK 0.57 0.66 0 0.27
HSL 248.71º 0.5% 0.49% -
HSV(B) 248.71º 0.66% 0.73% -
XYZ 14.14 8.89 47.98 -
YUV 82.52 186.96 126.92 -
System Red Green Blue C M Y K H S L
Decimal 81 63 187 0.57 0.66 0 0.27 248.71 0.5 0.49
Hex 51 3F BB 39 42 0 1B F9 32 31
Octal 121 77 273 71 102 0 33 371 62 61
Binary 1010001 111111 10111011 111001 1000010 0 11011 11111001 110010 110001

Color Harmonies of #513FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FBB

Black with #513FBB

Text Example


Text Example

White with #513FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,187); }

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

background-color css

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

 a { background-color: rgb(81,63,187); }

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

border-color css

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

 span { border-color: rgb(81,63,187); }

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