#515AC0

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

Shades of Free Speech Blue #515AC0

Tints of Free Speech Blue #515AC0

Color information

#515AC0 (or 0x515AC0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5A and C0. RGB value is (81,90,192). Sum of RGB (Red+Green+Blue) = 81+90+192=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #515AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515AC0 is #AEA53F. Grayscale: #626262. Windows color (decimal): -11445568 or 12606033. OLE color: 12606033.

HSL color Cylindrical-coordinate representation of color #515AC0: hue angle of 235.14º 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 #515AC0 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8190192-
CMYK0.580.5300.25
HSL235.14º46.84%53.53%-
HSV(B)235.14º57.81%75.29%-
XYZ16.5612.8751.48-
YUV98.94180.52115.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=22.31%
G=24.79%
B=52.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81901920.580.5300.25235.1446.8453.53
Hex515AC03A35019eb2f36
Octal12113230072650313535766
Binary101000110110101100000011101011010101100111101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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