#515DC5

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

Shades of Free Speech Blue #515DC5

Tints of Free Speech Blue #515DC5

Color information

#515DC5 (or 0x515DC5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5D and C5. RGB value is (81,93,197). Sum of RGB (Red+Green+Blue) = 81+93+197=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #515DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DC5 is #AEA23A. Grayscale: #646464. Windows color (decimal): -11444795 or 12934481. OLE color: 12934481.

HSL color Cylindrical-coordinate representation of color #515DC5: hue angle of 233.79º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515DC5 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8193197-
CMYK0.590.5300.23
HSL233.79º50%54.51%-
HSV(B)233.79º58.88%77.25%-
XYZ17.3913.6154.53-
YUV101.27182.02113.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 197 (77.34% from 255) = 53.10%
R=21.83%
G=25.07%
B=53.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81931970.590.5300.23233.795054.51
Hex515DC53B35017ea3237
Octal12113530573650273526267
Binary101000110111011100010111101111010101011111101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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