#515EB4

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

Shades of Rich Blue #515EB4

Tints of Rich Blue #515EB4

Color information

#515EB4 (or 0x515EB4) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and B4. RGB value is (81,94,180). Sum of RGB (Red+Green+Blue) = 81+94+180=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #515EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EB4 is #AEA14B. Grayscale: #636363. Windows color (decimal): -11444556 or 11820625. OLE color: 11820625.

HSL color Cylindrical-coordinate representation of color #515EB4: hue angle of 232.12º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #515EB4 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8194180-
CMYK0.550.4800.29
HSL232.12º39.76%51.18%-
HSV(B)232.12º55%70.59%-
XYZ15.6313.0544.87-
YUV99.92173.19114.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 94 (37.11% from 255) = 26.48%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=22.82%
G=26.48%
B=50.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81941800.550.4800.29232.1239.7651.18
Hex515EB4373001De82833
Octal12113626467600353505063
Binary101000110111101011010011011111000001110111101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,180); }

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

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

 a { background-color: rgb(81,94,180); }

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

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

 span { border-color: rgb(81,94,180); }

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