#515BC3

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

Shades of Free Speech Blue #515BC3

Tints of Free Speech Blue #515BC3

Color information

#515BC3 (or 0x515BC3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 5B and C3. RGB value is (81,91,195). Sum of RGB (Red+Green+Blue) = 81+91+195=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #515BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BC3 is #AEA43C. Grayscale: #636363. Windows color (decimal): -11445309 or 12802897. OLE color: 12802897.

HSL color Cylindrical-coordinate representation of color #515BC3: hue angle of 234.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #515BC3 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8191195-
CMYK0.580.5300.24
HSL234.74º48.72%54.12%-
HSV(B)234.74º58.46%76.47%-
XYZ16.9813.1753.28-
YUV99.87181.69114.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 195 (76.56% from 255) = 53.13%
R=22.07%
G=24.80%
B=53.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81911950.580.5300.24234.7448.7254.12
Hex515BC33A35018eb3136
Octal12113330372650303536166
Binary101000110110111100001111101011010101100011101011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,91,195); }

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

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

 a { background-color: rgb(81,91,195); }

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

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

 span { border-color: rgb(81,91,195); }

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