#5055D2

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

Shades of Free Speech Blue #5055D2

Tints of Free Speech Blue #5055D2

Color information

#5055D2 (or 0x5055D2) is unknown color: approx Free Speech Blue. HEX triplet: 50, 55 and D2. RGB value is (80,85,210). Sum of RGB (Red+Green+Blue) = 80+85+210=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 210 (82.42% from 255 or 56% from 375); Max value from RGB is 210 - color contains mainly: blue. Hex color #5055D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5055D2 is #AFAA2D. Grayscale: #616161. Windows color (decimal): -11512366 or 13784400. OLE color: 13784400.

HSL color Cylindrical-coordinate representation of color #5055D2: hue angle of 237.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5055D2 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8085210-
CMYK0.620.6000.18
HSL237.69º59.09%56.86%-
HSV(B)237.69º61.9%82.35%-
XYZ18.1912.8662.5-
YUV97.76191.34115.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 210 (82.42% from 255) = 56%
R=21.33%
G=22.67%
B=56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80852100.620.6000.18237.6959.0956.86
Hex5055D23E3C012ee3b39
Octal12012532276740223567371
Binary101000010101011101001011111011110001001011101110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5055D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5055D2; }

 p { color: rgb(80,85,210); }

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

<style>
 a { background-color: #5055D2; }

 a { background-color: rgb(80,85,210); }

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

<style>
 span { border-color: #5055D2; }

 span { border-color: rgb(80,85,210); }

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