Html Css Color HEX #514AC0 Rich Blue

📋 copy color: '#514AC0'

red 81 ◦ green 74 ◦ blue 192

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

Shades of Rich Blue #514AC0

Tints of Rich Blue #514AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.33%

 BLUE value IS 192 (75.39% from 255) = 55.33%

R = 23.34%
G = 21.33%
B = 55.33%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#514AC0 (or 0x514AC0) is known color: Rich Blue. HEX triplet: 51, 4A and C0. RGB value is (81,74,192). Sum of RGB (Red+Green+Blue) = 81+74+192=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #514AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AC0 is #AEB53F. Grayscale: #595959. Windows color (decimal): -11449664 or 12601937. OLE color: 12601937.

HSL color Cylindrical-coordinate representation of color #514AC0: hue angle of 243.56º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514AC0 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 74 192 -
CMYK 0.58 0.61 0 0.25
HSL 243.56º 0.48% 0.52% -
HSV(B) 243.56º 0.61% 0.75% -
XYZ 15.36 10.45 51.08 -
YUV 89.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 81 74 192 0.58 0.61 0 0.25 243.56 0.48 0.52
Hex 51 4A C0 3A 3D 0 19 F4 30 34
Octal 121 112 300 72 75 0 31 364 60 64
Binary 1010001 1001010 11000000 111010 111101 0 11001 11110100 110000 110100

Color Harmonies of #514AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AC0

Black with #514AC0

Text Example


Text Example

White with #514AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,74,192); }

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

background-color css

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

 a { background-color: rgb(81,74,192); }

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

border-color css

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

 span { border-color: rgb(81,74,192); }

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