#515DB5

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

Shades of Rich Blue #515DB5

Tints of Rich Blue #515DB5

Color information

#515DB5 (or 0x515DB5) is unknown color: approx Rich Blue. HEX triplet: 51, 5D and B5. RGB value is (81,93,181). Sum of RGB (Red+Green+Blue) = 81+93+181=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #515DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DB5 is #AEA24A. Grayscale: #636363. Windows color (decimal): -11444811 or 11885905. OLE color: 11885905.

HSL color Cylindrical-coordinate representation of color #515DB5: hue angle of 232.8º 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 #515DB5 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8193181-
CMYK0.550.4900.29
HSL232.8º40.32%51.37%-
HSV(B)232.8º55.25%70.98%-
XYZ15.6512.9145.38-
YUV99.44174.02114.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 181 (71.09% from 255) = 50.99%
R=22.82%
G=26.20%
B=50.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81931810.550.4900.29232.840.3251.37
Hex515DB5373101De92833
Octal12113526567610353515063
Binary101000110111011011010111011111000101110111101001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,181); }

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

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

 a { background-color: rgb(81,93,181); }

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

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

 span { border-color: rgb(81,93,181); }

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