#514DC5

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

Shades of Free Speech Blue #514DC5

Tints of Free Speech Blue #514DC5

Color information

#514DC5 (or 0x514DC5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4D and C5. RGB value is (81,77,197). Sum of RGB (Red+Green+Blue) = 81+77+197=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #514DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DC5 is #AEB23A. Grayscale: #5B5B5B. Windows color (decimal): -11448891 or 12930385. OLE color: 12930385.

HSL color Cylindrical-coordinate representation of color #514DC5: hue angle of 242º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514DC5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8177197-
CMYK0.590.6100.23
HSL242º50.85%53.73%-
HSV(B)242º60.91%77.25%-
XYZ16.1311.0954.11-
YUV91.88187.33120.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 77 (30.47% from 255) = 21.69%
BLUE value IS 197 (77.34% from 255) = 55.49%
R=22.82%
G=21.69%
B=55.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81771970.590.6100.2324250.8553.73
Hex514DC53B3D017f23336
Octal12111530573750273626366
Binary101000110011011100010111101111110101011111110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,197); }

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

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

 a { background-color: rgb(81,77,197); }

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

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

 span { border-color: rgb(81,77,197); }

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