#514AC3

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

Shades of Free Speech Blue #514AC3

Tints of Free Speech Blue #514AC3

Color information

#514AC3 (or 0x514AC3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4A and C3. RGB value is (81,74,195). Sum of RGB (Red+Green+Blue) = 81+74+195=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 195 (76.56% from 255 or 55.71% from 350); Max value from RGB is 195 - color contains mainly: blue. Hex color #514AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AC3 is #AEB53C. Grayscale: #595959. Windows color (decimal): -11449661 or 12798545. OLE color: 12798545.

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

Color convert

RGB8174195-
CMYK0.580.6200.24
HSL243.47º50.21%52.75%-
HSV(B)243.47º62.05%76.47%-
XYZ15.6910.5952.85-
YUV89.89187.32121.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 195 (76.56% from 255) = 55.71%
R=23.14%
G=21.14%
B=55.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81741950.580.6200.24243.4750.2152.75
Hex514AC33A3E018f33235
Octal12111230372760303636265
Binary101000110010101100001111101011111001100011110011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514AC3; }

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

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

<style>
 a { background-color: #514AC3; }

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

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

<style>
 span { border-color: #514AC3; }

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

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