Html Css Color HEX #514DB9 Rich Blue

📋 copy color: '#514DB9'

red 81 ◦ green 77 ◦ blue 185

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

Shades of Rich Blue #514DB9

Tints of Rich Blue #514DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 185 (72.66% from 255) = 53.94%

R = 23.62%
G = 22.45%
B = 53.94%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#514DB9 (or 0x514DB9) is known color: Rich Blue. HEX triplet: 51, 4D and B9. RGB value is (81,77,185). Sum of RGB (Red+Green+Blue) = 81+77+185=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #514DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DB9 is #AEB246. Grayscale: #5A5A5A. Windows color (decimal): -11448903 or 12143953. OLE color: 12143953.

HSL color Cylindrical-coordinate representation of color #514DB9: hue angle of 242.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514DB9 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 77 185 -
CMYK 0.56 0.58 0 0.27
HSL 242.22º 0.44% 0.51% -
HSV(B) 242.22º 0.58% 0.73% -
XYZ 14.8 10.56 47.16 -
YUV 90.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 81 77 185 0.56 0.58 0 0.27 242.22 0.44 0.51
Hex 51 4D B9 38 3A 0 1B F2 2C 33
Octal 121 115 271 70 72 0 33 362 54 63
Binary 1010001 1001101 10111001 111000 111010 0 11011 11110010 101100 110011

Color Harmonies of #514DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DB9

Black with #514DB9

Text Example


Text Example

White with #514DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514DB9; }

 p { color: rgb(81,77,185); }

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

background-color css

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

 a { background-color: rgb(81,77,185); }

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

border-color css

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

 span { border-color: rgb(81,77,185); }

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