#514EB0

Color #514EB0 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #514EB0

Tints of Rich Blue #514EB0

Color information

#514EB0 (or 0x514EB0) is unknown color: approx Rich Blue. HEX triplet: 51, 4E and B0. RGB value is (81,78,176). Sum of RGB (Red+Green+Blue) = 81+78+176=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #514EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514EB0 is #AEB14F. Grayscale: #595959. Windows color (decimal): -11448656 or 11554385. OLE color: 11554385.

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

Color convert

RGB8178176-
CMYK0.540.5600.31
HSL241.84º38.58%49.8%-
HSV(B)241.84º55.68%69.02%-
XYZ13.9510.3342.33-
YUV90.07176.49121.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 176 (69.14% from 255) = 52.54%
R=24.18%
G=23.28%
B=52.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81781760.540.5600.31241.8438.5849.8
Hex514EB0363801Ff22732
Octal12111626066700373624762
Binary101000110011101011000011011011100001111111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514EB0;
 }
 .AnyTagClassName
 {
   color: #514EB0;
 }
</style>
background-color css

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

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

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

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

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

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