#514CC5

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

Shades of Free Speech Blue #514CC5

Tints of Free Speech Blue #514CC5

Color information

#514CC5 (or 0x514CC5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4C and C5. RGB value is (81,76,197). Sum of RGB (Red+Green+Blue) = 81+76+197=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #514CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CC5 is #AEB33A. Grayscale: #5A5A5A. Windows color (decimal): -11449147 or 12930129. OLE color: 12930129.

HSL color Cylindrical-coordinate representation of color #514CC5: hue angle of 242.48º 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 #514CC5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8176197-
CMYK0.590.6100.23
HSL242.48º51.05%53.53%-
HSV(B)242.48º61.42%77.25%-
XYZ16.0610.9554.09-
YUV91.29187.66120.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=22.88%
G=21.47%
B=55.65%

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
Decimal81761970.590.6100.23242.4851.0553.53
Hex514CC53B3D017f23336
Octal12111430573750273626366
Binary101000110011001100010111101111110101011111110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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