#5054db

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

Shades of Free Speech Blue #5054DB

Tints of Free Speech Blue #5054DB

Color information

#5054DB (or 0x5054DB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 54 and DB. RGB value is (80,84,219). Sum of RGB (Red+Green+Blue) = 80+84+219=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #5054DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5054DB is #AFAB24. Grayscale: #616161. Windows color (decimal): -11512613 or 14373968. OLE color: 14373968.

HSL color Cylindrical-coordinate representation of color #5054DB: hue angle of 238.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5054DB is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8084219-
CMYK0.630.6200.14
HSL238.27º65.88%58.63%-
HSV(B)238.27º63.47%85.88%-
XYZ19.2613.1668.54-
YUV98.19196.17115.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 219 (85.94% from 255) = 57.18%
R=20.89%
G=21.93%
B=57.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80842190.630.6200.14238.2765.8858.63
Hex5054DB3F3E0Eee423b
Octal120124333777601635610273
Binary101000010101001101101111111111111001110111011101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5054db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5054db; }

 p { color: rgb(80,84,219); }

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

<style>
 a { background-color: #5054db; }

 a { background-color: rgb(80,84,219); }

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

<style>
 span { border-color: #5054db; }

 span { border-color: rgb(80,84,219); }

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