#515FBB

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

Shades of Free Speech Blue #515FBB

Tints of Free Speech Blue #515FBB

Color information

#515FBB (or 0x515FBB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and BB. RGB value is (81,95,187). Sum of RGB (Red+Green+Blue) = 81+95+187=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #515FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FBB is #AEA044. Grayscale: #646464. Windows color (decimal): -11444293 or 12279633. OLE color: 12279633.

HSL color Cylindrical-coordinate representation of color #515FBB: hue angle of 232.08º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515FBB is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8195187-
CMYK0.570.4900.27
HSL232.08º43.8%52.55%-
HSV(B)232.08º56.68%73.33%-
XYZ16.4613.5248.76-
YUV101.3176.36113.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=22.31%
G=26.17%
B=51.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81951870.570.4900.27232.0843.852.55
Hex515FBB393101Be82c35
Octal12113727371610333505465
Binary101000110111111011101111100111000101101111101000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,187); }

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

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

 a { background-color: rgb(81,95,187); }

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

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

 span { border-color: rgb(81,95,187); }

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