#515AAB

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

Shades of Rich Blue #515AAB

Tints of Rich Blue #515AAB

Color information

#515AAB (or 0x515AAB) is unknown color: approx Rich Blue. HEX triplet: 51, 5A and AB. RGB value is (81,90,171). Sum of RGB (Red+Green+Blue) = 81+90+171=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #515AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAB is #AEA554. Grayscale: #606060. Windows color (decimal): -11445589 or 11229777. OLE color: 11229777.

HSL color Cylindrical-coordinate representation of color #515AAB: hue angle of 234º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515AAB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8190171-
CMYK0.530.4700.33
HSL234º35.71%49.41%-
HSV(B)234º52.63%67.06%-
XYZ14.41240.09-
YUV96.54170.02116.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 171 (67.19% from 255) = 50%
R=23.68%
G=26.32%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81901710.530.4700.3323435.7149.41
Hex515AAB352F021ea2431
Octal12113225365570413524461
Binary1010001101101010101011110101101111010000111101010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515AAB; }

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

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

<style>
 a { background-color: #515AAB; }

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

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

<style>
 span { border-color: #515AAB; }

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

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