#515CB1

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

Shades of Rich Blue #515CB1

Tints of Rich Blue #515CB1

Color information

#515CB1 (or 0x515CB1) is unknown color: approx Rich Blue. HEX triplet: 51, 5C and B1. RGB value is (81,92,177). Sum of RGB (Red+Green+Blue) = 81+92+177=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 177 (69.53% from 255 or 50.57% from 350); Max value from RGB is 177 - color contains mainly: blue. Hex color #515CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515CB1 is #AEA34E. Grayscale: #626262. Windows color (decimal): -11445071 or 11623505. OLE color: 11623505.

HSL color Cylindrical-coordinate representation of color #515CB1: hue angle of 233.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515CB1 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8192177-
CMYK0.540.4800.31
HSL233.12º38.1%50.59%-
HSV(B)233.12º54.24%69.41%-
XYZ15.1612.5843.22-
YUV98.4172.36115.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 177 (69.53% from 255) = 50.57%
R=23.14%
G=26.29%
B=50.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81921770.540.4800.31233.1238.150.59
Hex515CB1363001Fe92633
Octal12113426166600373514663
Binary101000110111001011000111011011000001111111101001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,177); }

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

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

 a { background-color: rgb(81,92,177); }

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

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

 span { border-color: rgb(81,92,177); }

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