Html Css Color HEX #514FB1 Rich Blue

📋 copy color: '#514FB1'

red 81 ◦ green 79 ◦ blue 177

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

Shades of Rich Blue #514FB1

Tints of Rich Blue #514FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.52%

R = 24.04%
G = 23.44%
B = 52.52%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#514FB1 (or 0x514FB1) is known color: Rich Blue. HEX triplet: 51, 4F and B1. RGB value is (81,79,177). Sum of RGB (Red+Green+Blue) = 81+79+177=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 177 (69.53% from 255 or 52.52% from 337); Max value from RGB is 177 - color contains mainly: blue. Hex color #514FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FB1 is #AEB04E. Grayscale: #5A5A5A. Windows color (decimal): -11448399 or 11620177. OLE color: 11620177.

HSL color Cylindrical-coordinate representation of color #514FB1: hue angle of 241.22º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514FB1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 79 177 -
CMYK 0.54 0.55 0 0.31
HSL 241.22º 0.39% 0.5% -
HSV(B) 241.22º 0.55% 0.69% -
XYZ 14.13 10.52 42.88 -
YUV 90.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 81 79 177 0.54 0.55 0 0.31 241.22 0.39 0.5
Hex 51 4F B1 36 37 0 1F F1 27 32
Octal 121 117 261 66 67 0 37 361 47 62
Binary 1010001 1001111 10110001 110110 110111 0 11111 11110001 100111 110010

Color Harmonies of #514FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FB1

Black with #514FB1

Text Example


Text Example

White with #514FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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