#514CAB

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

Shades of Rich Blue #514CAB

Tints of Rich Blue #514CAB

Color information

#514CAB (or 0x514CAB) is unknown color: approx Rich Blue. HEX triplet: 51, 4C and AB. RGB value is (81,76,171). Sum of RGB (Red+Green+Blue) = 81+76+171=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #514CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514CAB is #AEB354. Grayscale: #575757. Windows color (decimal): -11449173 or 11226193. OLE color: 11226193.

HSL color Cylindrical-coordinate representation of color #514CAB: hue angle of 243.16º degrees, saturation: 0.38, 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 #514CAB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8176171-
CMYK0.530.5600.33
HSL243.16º38.46%48.43%-
HSV(B)243.16º55.56%67.06%-
XYZ13.339.8639.73-
YUV88.32174.66122.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 76 (30.08% from 255) = 23.17%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=24.70%
G=23.17%
B=52.13%

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
Decimal81761710.530.5600.33243.1638.4648.43
Hex514CAB3538021f32630
Octal12111425365700413634660
Binary1010001100110010101011110101111000010000111110011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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