#514FCB

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

Shades of Free Speech Blue #514FCB

Tints of Free Speech Blue #514FCB

Color information

#514FCB (or 0x514FCB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4F and CB. RGB value is (81,79,203). Sum of RGB (Red+Green+Blue) = 81+79+203=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #514FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FCB is #AEB034. Grayscale: #5D5D5D. Windows color (decimal): -11448373 or 13324113. OLE color: 13324113.

HSL color Cylindrical-coordinate representation of color #514FCB: hue angle of 240.97º degrees, saturation: 0.54, 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 #514FCB is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8179203-
CMYK0.600.6100.20
HSL240.97º54.39%55.29%-
HSV(B)240.97º61.08%79.61%-
XYZ16.9711.6557.85-
YUV93.73189.66118.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 203 (79.69% from 255) = 55.92%
R=22.31%
G=21.76%
B=55.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81792030.600.6100.20240.9754.3955.29
Hex514FCB3C3D014f13637
Octal12111731374750243616667
Binary101000110011111100101111110011110101010011110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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