#515BD1

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

Shades of Free Speech Blue #515BD1

Tints of Free Speech Blue #515BD1

Color information

#515BD1 (or 0x515BD1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5B and D1. RGB value is (81,91,209). Sum of RGB (Red+Green+Blue) = 81+91+209=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #515BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BD1 is #AEA42E. Grayscale: #646464. Windows color (decimal): -11445295 or 13720401. OLE color: 13720401.

HSL color Cylindrical-coordinate representation of color #515BD1: hue angle of 235.31º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515BD1 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8191209-
CMYK0.610.5600.18
HSL235.31º58.18%56.86%-
HSV(B)235.31º61.24%81.96%-
XYZ18.6413.8362.01-
YUV101.46188.69113.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 91 (35.94% from 255) = 23.88%
BLUE value IS 209 (82.03% from 255) = 54.86%
R=21.26%
G=23.88%
B=54.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81912090.610.5600.18235.3158.1856.86
Hex515BD13D38012eb3a39
Octal12113332175700223537271
Binary101000110110111101000111110111100001001011101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,91,209); }

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

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

 a { background-color: rgb(81,91,209); }

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

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

 span { border-color: rgb(81,91,209); }

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