#514FC9

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

Shades of Free Speech Blue #514FC9

Tints of Free Speech Blue #514FC9

Color information

#514FC9 (or 0x514FC9) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4F and C9. RGB value is (81,79,201). Sum of RGB (Red+Green+Blue) = 81+79+201=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #514FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FC9 is #AEB036. Grayscale: #5D5D5D. Windows color (decimal): -11448375 or 13193041. OLE color: 13193041.

HSL color Cylindrical-coordinate representation of color #514FC9: hue angle of 240.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #514FC9 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8179201-
CMYK0.600.6100.21
HSL240.98º53.04%54.9%-
HSV(B)240.98º60.7%78.82%-
XYZ16.7311.5656.61-
YUV93.51188.66119.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.44%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=22.44%
G=21.88%
B=55.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81792010.600.6100.21240.9853.0454.9
Hex514FC93C3D015f13537
Octal12111731174750253616567
Binary101000110011111100100111110011110101010111110001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,201); }

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

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

 a { background-color: rgb(81,79,201); }

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

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

 span { border-color: rgb(81,79,201); }

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