#514EBD

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

Shades of Rich Blue #514EBD

Tints of Rich Blue #514EBD

Color information

#514EBD (or 0x514EBD) is unknown color: approx Rich Blue. HEX triplet: 51, 4E and BD. RGB value is (81,78,189). Sum of RGB (Red+Green+Blue) = 81+78+189=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #514EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EBD is #AEB142. Grayscale: #5B5B5B. Windows color (decimal): -11448643 or 12406353. OLE color: 12406353.

HSL color Cylindrical-coordinate representation of color #514EBD: hue angle of 241.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #514EBD is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8178189-
CMYK0.570.5900.26
HSL241.62º45.68%52.35%-
HSV(B)241.62º58.73%74.12%-
XYZ15.310.8749.44-
YUV91.55182.99120.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=23.28%
G=22.41%
B=54.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81781890.570.5900.26241.6245.6852.35
Hex514EBD393B01Af22e34
Octal12111627571730323625664
Binary101000110011101011110111100111101101101011110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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