#515FBE

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

Shades of Free Speech Blue #515FBE

Tints of Free Speech Blue #515FBE

Color information

#515FBE (or 0x515FBE) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5F and BE. RGB value is (81,95,190). Sum of RGB (Red+Green+Blue) = 81+95+190=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #515FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FBE is #AEA041. Grayscale: #656565. Windows color (decimal): -11444290 or 12476241. OLE color: 12476241.

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

Color convert

RGB8195190-
CMYK0.570.500.25
HSL232.29º45.61%53.14%-
HSV(B)232.29º57.37%74.51%-
XYZ16.7813.6550.47-
YUV101.64177.86113.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=22.13%
G=25.96%
B=51.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81951900.570.500.25232.2945.6153.14
Hex515FBE3932019e82e35
Octal12113727671620313505665
Binary101000110111111011111011100111001001100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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