#515FB4

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

Shades of Rich Blue #515FB4

Tints of Rich Blue #515FB4

Color information

#515FB4 (or 0x515FB4) is unknown color: approx Rich Blue. HEX triplet: 51, 5F and B4. RGB value is (81,95,180). Sum of RGB (Red+Green+Blue) = 81+95+180=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #515FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FB4 is #AEA04B. Grayscale: #646464. Windows color (decimal): -11444300 or 11820881. OLE color: 11820881.

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

Color convert

RGB8195180-
CMYK0.550.4700.29
HSL231.52º39.76%51.18%-
HSV(B)231.52º55%70.59%-
XYZ15.7213.2344.9-
YUV100.5172.86114.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=22.75%
G=26.69%
B=50.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81951800.550.4700.29231.5239.7651.18
Hex515FB4372F01De82833
Octal12113726467570353505063
Binary101000110111111011010011011110111101110111101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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