Html Css Color HEX #514FBF Rich Blue

📋 copy color: '#514FBF'

red 81 ◦ green 79 ◦ blue 191

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

Shades of Rich Blue #514FBF

Tints of Rich Blue #514FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 23.08%
G = 22.51%
B = 54.42%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#514FBF (or 0x514FBF) is known color: Rich Blue. HEX triplet: 51, 4F and BF. RGB value is (81,79,191). Sum of RGB (Red+Green+Blue) = 81+79+191=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #514FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FBF is #AEB040. Grayscale: #5B5B5B. Windows color (decimal): -11448385 or 12537681. OLE color: 12537681.

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

Color convert

RGB 81 79 191 -
CMYK 0.58 0.59 0 0.25
HSL 241.07º 0.47% 0.53% -
HSV(B) 241.07º 0.59% 0.75% -
XYZ 15.59 11.1 50.61 -
YUV 92.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 81 79 191 0.58 0.59 0 0.25 241.07 0.47 0.53
Hex 51 4F BF 3A 3B 0 19 F1 2F 35
Octal 121 117 277 72 73 0 31 361 57 65
Binary 1010001 1001111 10111111 111010 111011 0 11001 11110001 101111 110101

Color Harmonies of #514FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FBF

Black with #514FBF

Text Example


Text Example

White with #514FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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