#514BAB

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

Shades of Rich Blue #514BAB

Tints of Rich Blue #514BAB

Color information

#514BAB (or 0x514BAB) is unknown color: approx Rich Blue. HEX triplet: 51, 4B and AB. RGB value is (81,75,171). Sum of RGB (Red+Green+Blue) = 81+75+171=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #514BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514BAB is #AEB454. Grayscale: #575757. Windows color (decimal): -11449429 or 11225937. OLE color: 11225937.

HSL color Cylindrical-coordinate representation of color #514BAB: hue angle of 243.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #514BAB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8175171-
CMYK0.530.5600.33
HSL243.75º39.02%48.24%-
HSV(B)243.75º56.14%67.06%-
XYZ13.269.7239.71-
YUV87.74174.99123.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 75 (29.69% from 255) = 22.94%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=24.77%
G=22.94%
B=52.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81751710.530.5600.33243.7539.0248.24
Hex514BAB3538021f42730
Octal12111325365700413644760
Binary1010001100101110101011110101111000010000111110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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