#515ABE

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

Shades of Free Speech Blue #515ABE

Tints of Free Speech Blue #515ABE

Color information

#515ABE (or 0x515ABE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5A and BE. RGB value is (81,90,190). Sum of RGB (Red+Green+Blue) = 81+90+190=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #515ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ABE is #AEA541. Grayscale: #626262. Windows color (decimal): -11445570 or 12474961. OLE color: 12474961.

HSL color Cylindrical-coordinate representation of color #515ABE: hue angle of 235.05º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515ABE is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8190190-
CMYK0.570.5300.25
HSL235.05º45.61%53.14%-
HSV(B)235.05º57.37%74.51%-
XYZ16.3412.7850.32-
YUV98.71179.52115.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=22.44%
G=24.93%
B=52.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81901900.570.5300.25235.0545.6153.14
Hex515ABE3935019eb2e35
Octal12113227671650313535665
Binary101000110110101011111011100111010101100111101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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