#514CD6

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

Shades of Free Speech Blue #514CD6

Tints of Free Speech Blue #514CD6

Color information

#514CD6 (or 0x514CD6) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4C and D6. RGB value is (81,76,214). Sum of RGB (Red+Green+Blue) = 81+76+214=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #514CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CD6 is #AEB329. Grayscale: #5C5C5C. Windows color (decimal): -11449130 or 14044241. OLE color: 14044241.

HSL color Cylindrical-coordinate representation of color #514CD6: hue angle of 242.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514CD6 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8176214-
CMYK0.620.6400.16
HSL242.17º62.73%56.86%-
HSV(B)242.17º64.49%83.92%-
XYZ18.1211.7764.94-
YUV93.23196.16119.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=21.83%
G=20.49%
B=57.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81762140.620.6400.16242.1762.7356.86
Hex514CD63E40010f23f39
Octal121114326761000203627771
Binary1010001100110011010110111110100000001000011110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,214); }

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

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

 a { background-color: rgb(81,76,214); }

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

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

 span { border-color: rgb(81,76,214); }

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