#515AB7

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

Shades of Rich Blue #515AB7

Tints of Rich Blue #515AB7

Color information

#515AB7 (or 0x515AB7) is unknown color: approx Rich Blue. HEX triplet: 51, 5A and B7. RGB value is (81,90,183). Sum of RGB (Red+Green+Blue) = 81+90+183=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #515AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AB7 is #AEA548. Grayscale: #616161. Windows color (decimal): -11445577 or 12016209. OLE color: 12016209.

HSL color Cylindrical-coordinate representation of color #515AB7: hue angle of 234.71º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515AB7 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8190183-
CMYK0.560.5100.28
HSL234.71º41.46%51.76%-
HSV(B)234.71º55.74%71.76%-
XYZ15.612.4846.39-
YUV97.91176.02115.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 90 (35.55% from 255) = 25.42%
BLUE value IS 183 (71.88% from 255) = 51.69%
R=22.88%
G=25.42%
B=51.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81901830.560.5100.28234.7141.4651.76
Hex515AB7383301Ceb2934
Octal12113226770630343535164
Binary101000110110101011011111100011001101110011101011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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