#515ABD

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

Shades of Free Speech Blue #515ABD

Tints of Free Speech Blue #515ABD

Color information

#515ABD (or 0x515ABD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5A and BD. RGB value is (81,90,189). Sum of RGB (Red+Green+Blue) = 81+90+189=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #515ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ABD is #AEA542. Grayscale: #626262. Windows color (decimal): -11445571 or 12409425. OLE color: 12409425.

HSL color Cylindrical-coordinate representation of color #515ABD: hue angle of 235º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515ABD is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8190189-
CMYK0.570.5200.26
HSL235º45%52.94%-
HSV(B)235º57.14%74.12%-
XYZ16.2312.7449.75-
YUV98.6179.02115.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 52.5%
R=22.5%
G=25%
B=52.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81901890.570.5200.262354552.94
Hex515ABD393401Aeb2d35
Octal12113227571640323535565
Binary101000110110101011110111100111010001101011101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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