#514DCD

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

Shades of Free Speech Blue #514DCD

Tints of Free Speech Blue #514DCD

Color information

#514DCD (or 0x514DCD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4D and CD. RGB value is (81,77,205). Sum of RGB (Red+Green+Blue) = 81+77+205=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #514DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DCD is #AEB232. Grayscale: #5C5C5C. Windows color (decimal): -11448883 or 13454673. OLE color: 13454673.

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

Color convert

RGB8177205-
CMYK0.600.6200.20
HSL241.88º56.14%55.29%-
HSV(B)241.88º62.44%80.39%-
XYZ17.0711.4659.07-
YUV92.79191.33119.59-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=22.31%
G=21.21%
B=56.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81772050.600.6200.20241.8856.1455.29
Hex514DCD3C3E014f23837
Octal12111531574760243627067
Binary101000110011011100110111110011111001010011110010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,205); }

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

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

 a { background-color: rgb(81,77,205); }

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

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

 span { border-color: rgb(81,77,205); }

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