#515DC0

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

Shades of Free Speech Blue #515DC0

Tints of Free Speech Blue #515DC0

Color information

#515DC0 (or 0x515DC0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5D and C0. RGB value is (81,93,192). Sum of RGB (Red+Green+Blue) = 81+93+192=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #515DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515DC0 is #AEA23F. Grayscale: #646464. Windows color (decimal): -11444800 or 12606801. OLE color: 12606801.

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

Color convert

RGB8193192-
CMYK0.580.5200.25
HSL233.51º46.84%53.53%-
HSV(B)233.51º57.81%75.29%-
XYZ16.8213.3851.57-
YUV100.7179.52113.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=22.13%
G=25.41%
B=52.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81931920.580.5200.25233.5146.8453.53
Hex515DC03A34019ea2f36
Octal12113530072640313525766
Binary101000110111011100000011101011010001100111101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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