#5154d3

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

Shades of Free Speech Blue #5154D3

Tints of Free Speech Blue #5154D3

Color information

#5154D3 (or 0x5154D3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 54 and D3. RGB value is (81,84,211). Sum of RGB (Red+Green+Blue) = 81+84+211=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 211 (82.81% from 255 or 56.12% from 376); Max value from RGB is 211 - color contains mainly: blue. Hex color #5154D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5154D3 is #AEAB2C. Grayscale: #616161. Windows color (decimal): -11447085 or 13849681. OLE color: 13849681.

HSL color Cylindrical-coordinate representation of color #5154D3: hue angle of 238.62º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5154D3 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8184211-
CMYK0.620.6000.17
HSL238.62º59.63%57.25%-
HSV(B)238.62º61.61%82.75%-
XYZ18.3212.7963.13-
YUV97.58192.01116.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 211 (82.81% from 255) = 56.12%
R=21.54%
G=22.34%
B=56.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81842110.620.6000.17238.6259.6357.25
Hex5154D33E3C011ef3c39
Octal12112432376740213577471
Binary101000110101001101001111111011110001000111101111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5154d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5154d3; }

 p { color: rgb(81,84,211); }

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

<style>
 a { background-color: #5154d3; }

 a { background-color: rgb(81,84,211); }

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

<style>
 span { border-color: #5154d3; }

 span { border-color: rgb(81,84,211); }

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