#514BBA

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

Shades of Rich Blue #514BBA

Tints of Rich Blue #514BBA

Color information

#514BBA (or 0x514BBA) is unknown color: approx Rich Blue. HEX triplet: 51, 4B and BA. RGB value is (81,75,186). Sum of RGB (Red+Green+Blue) = 81+75+186=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #514BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514BBA is #AEB445. Grayscale: #595959. Windows color (decimal): -11449414 or 12208977. OLE color: 12208977.

HSL color Cylindrical-coordinate representation of color #514BBA: hue angle of 243.24º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514BBA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8175186-
CMYK0.560.6000.27
HSL243.24º44.58%51.18%-
HSV(B)243.24º59.68%72.94%-
XYZ14.7710.3347.67-
YUV89.45182.49121.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 186 (73.05% from 255) = 54.39%
R=23.68%
G=21.93%
B=54.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81751860.560.6000.27243.2444.5851.18
Hex514BBA383C01Bf32d33
Octal12111327270740333635563
Binary101000110010111011101011100011110001101111110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,75,186); }

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

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

 a { background-color: rgb(81,75,186); }

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

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

 span { border-color: rgb(81,75,186); }

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