#514CB5

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

Shades of Rich Blue #514CB5

Tints of Rich Blue #514CB5

Color information

#514CB5 (or 0x514CB5) is unknown color: approx Rich Blue. HEX triplet: 51, 4C and B5. RGB value is (81,76,181). Sum of RGB (Red+Green+Blue) = 81+76+181=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #514CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CB5 is #AEB34A. Grayscale: #595959. Windows color (decimal): -11449163 or 11881553. OLE color: 11881553.

HSL color Cylindrical-coordinate representation of color #514CB5: hue angle of 242.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514CB5 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8176181-
CMYK0.550.5800.29
HSL242.86º41.5%50.39%-
HSV(B)242.86º58.01%70.98%-
XYZ14.3210.2544.94-
YUV89.46179.66121.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=23.96%
G=22.49%
B=53.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81761810.550.5800.29242.8641.550.39
Hex514CB5373A01Df32a32
Octal12111426567720353635262
Binary101000110011001011010111011111101001110111110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,181); }

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

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

 a { background-color: rgb(81,76,181); }

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

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

 span { border-color: rgb(81,76,181); }

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