Html Css Color HEX #514FBA Rich Blue

📋 copy color: '#514FBA'

red 81 ◦ green 79 ◦ blue 186

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

Shades of Rich Blue #514FBA

Tints of Rich Blue #514FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 23.41%
G = 22.83%
B = 53.76%

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

#514FBA (or 0x514FBA) is known color: Rich Blue. HEX triplet: 51, 4F and BA. RGB value is (81,79,186). Sum of RGB (Red+Green+Blue) = 81+79+186=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #514FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBA is #AEB045. Grayscale: #5B5B5B. Windows color (decimal): -11448390 or 12210001. OLE color: 12210001.

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

Color convert

RGB 81 79 186 -
CMYK 0.56 0.58 0 0.27
HSL 241.12º 0.44% 0.52% -
HSV(B) 241.12º 0.58% 0.73% -
XYZ 15.05 10.89 47.76 -
YUV 91.8 181.16 120.3 -
System Red Green Blue C M Y K H S L
Decimal 81 79 186 0.56 0.58 0 0.27 241.12 0.44 0.52
Hex 51 4F BA 38 3A 0 1B F1 2C 34
Octal 121 117 272 70 72 0 33 361 54 64
Binary 1010001 1001111 10111010 111000 111010 0 11011 11110001 101100 110100

Color Harmonies of #514FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FBA

Black with #514FBA

Text Example


Text Example

White with #514FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,186); }

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

background-color css

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

 a { background-color: rgb(81,79,186); }

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

border-color css

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

 span { border-color: rgb(81,79,186); }

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