#515dc1

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

Shades of Free Speech Blue #515DC1

Tints of Free Speech Blue #515DC1

Color information

#515DC1 (or 0x515DC1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5D and C1. RGB value is (81,93,193). Sum of RGB (Red+Green+Blue) = 81+93+193=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #515DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DC1 is #AEA23E. Grayscale: #646464. Windows color (decimal): -11444799 or 12672337. OLE color: 12672337.

HSL color Cylindrical-coordinate representation of color #515DC1: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515DC1 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8193193-
CMYK0.580.5200.24
HSL233.57º47.46%53.73%-
HSV(B)233.57º58.03%75.69%-
XYZ16.9313.4352.15-
YUV100.81180.02113.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=22.07%
G=25.34%
B=52.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81931930.580.5200.24233.5747.4653.73
Hex515DC13A34018ea2f36
Octal12113530172640303525766
Binary101000110111011100000111101011010001100011101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515dc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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