#5050CD

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

Shades of Free Speech Blue #5050CD

Tints of Free Speech Blue #5050CD

Color information

#5050CD (or 0x5050CD) is unknown color: approx Free Speech Blue. HEX triplet: 50, 50 and CD. RGB value is (80,80,205). Sum of RGB (Red+Green+Blue) = 80+80+205=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #5050CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5050CD is #AFAF32. Grayscale: #5D5D5D. Windows color (decimal): -11513651 or 13455440. OLE color: 13455440.

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

Color convert

RGB8080205-
CMYK0.610.6100.20
HSL240º55.56%55.88%-
HSV(B)240º60.98%80.39%-
XYZ17.211.8559.14-
YUV94.25190.5117.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=21.92%
G=21.92%
B=56.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80802050.610.6100.2024055.5655.88
Hex5050CD3D3D014f03838
Octal12012031575750243607070
Binary101000010100001100110111110111110101010011110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5050CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5050CD; }

 p { color: rgb(80,80,205); }

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

<style>
 a { background-color: #5050CD; }

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

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

<style>
 span { border-color: #5050CD; }

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

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