Html Css Color HEX #514FB0 Rich Blue

📋 copy color: '#514FB0'

red 81 ◦ green 79 ◦ blue 176

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

Shades of Rich Blue #514FB0

Tints of Rich Blue #514FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 52.38%

R = 24.11%
G = 23.51%
B = 52.38%

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

#514FB0 (or 0x514FB0) is known color: Rich Blue. HEX triplet: 51, 4F and B0. RGB value is (81,79,176). Sum of RGB (Red+Green+Blue) = 81+79+176=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 176 (69.14% from 255 or 52.38% from 336); Max value from RGB is 176 - color contains mainly: blue. Hex color #514FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514FB0 is #AEB04F. Grayscale: #5A5A5A. Windows color (decimal): -11448400 or 11554641. OLE color: 11554641.

HSL color Cylindrical-coordinate representation of color #514FB0: hue angle of 241.24º degrees, saturation: 0.38, 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 #514FB0 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 79 176 -
CMYK 0.54 0.55 0 0.31
HSL 241.24º 0.38% 0.5% -
HSV(B) 241.24º 0.55% 0.69% -
XYZ 14.03 10.48 42.36 -
YUV 90.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 81 79 176 0.54 0.55 0 0.31 241.24 0.38 0.5
Hex 51 4F B0 36 37 0 1F F1 26 32
Octal 121 117 260 66 67 0 37 361 46 62
Binary 1010001 1001111 10110000 110110 110111 0 11111 11110001 100110 110010

Color Harmonies of #514FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514FB0

Black with #514FB0

Text Example


Text Example

White with #514FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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