Html Css Color HEX #514DB6 Rich Blue

📋 copy color: '#514DB6'

red 81 ◦ green 77 ◦ blue 182

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

Shades of Rich Blue #514DB6

Tints of Rich Blue #514DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.53%

R = 23.82%
G = 22.65%
B = 53.53%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#514DB6 (or 0x514DB6) is known color: Rich Blue. HEX triplet: 51, 4D and B6. RGB value is (81,77,182). Sum of RGB (Red+Green+Blue) = 81+77+182=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #514DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DB6 is #AEB249. Grayscale: #595959. Windows color (decimal): -11448906 or 11947345. OLE color: 11947345.

HSL color Cylindrical-coordinate representation of color #514DB6: hue angle of 242.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514DB6 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 77 182 -
CMYK 0.55 0.58 0 0.29
HSL 242.29º 0.42% 0.51% -
HSV(B) 242.29º 0.58% 0.71% -
XYZ 14.49 10.43 45.51 -
YUV 90.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 81 77 182 0.55 0.58 0 0.29 242.29 0.42 0.51
Hex 51 4D B6 37 3A 0 1D F2 2A 33
Octal 121 115 266 67 72 0 35 362 52 63
Binary 1010001 1001101 10110110 110111 111010 0 11101 11110010 101010 110011

Color Harmonies of #514DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DB6

Black with #514DB6

Text Example


Text Example

White with #514DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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