#514FCC

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

Shades of Free Speech Blue #514FCC

Tints of Free Speech Blue #514FCC

Color information

#514FCC (or 0x514FCC) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4F and CC. RGB value is (81,79,204). Sum of RGB (Red+Green+Blue) = 81+79+204=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #514FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FCC is #AEB033. Grayscale: #5D5D5D. Windows color (decimal): -11448372 or 13389649. OLE color: 13389649.

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

Color convert

RGB8179204-
CMYK0.600.6100.2
HSL240.96º55.07%55.49%-
HSV(B)240.96º61.27%80%-
XYZ17.0911.758.48-
YUV93.85190.16118.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.25%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=22.25%
G=21.70%
B=56.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81792040.600.6100.2240.9655.0755.49
Hex514FCC3C3D014f13737
Octal12111731474750243616767
Binary101000110011111100110011110011110101010011110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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