#5561CD

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

Shades of Free Speech Blue #5561CD

Tints of Free Speech Blue #5561CD

Color information

#5561CD (or 0x5561CD) is unknown color: approx Free Speech Blue. HEX triplet: 55, 61 and CD. RGB value is (85,97,205). Sum of RGB (Red+Green+Blue) = 85+97+205=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #5561CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561CD is #AA9E32. Grayscale: #696969. Windows color (decimal): -11181619 or 13459797. OLE color: 13459797.

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

Color convert

RGB8597205-
CMYK0.590.5300.20
HSL234º54.55%56.86%-
HSV(B)234º58.54%80.39%-
XYZ19.0414.8959.63-
YUV105.72184.02113.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 97 (38.28% from 255) = 25.06%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=21.96%
G=25.06%
B=52.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85972050.590.5300.2023454.5556.86
Hex5561CD3B35014ea3739
Octal12514131573650243526771
Binary101010111000011100110111101111010101010011101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5561CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,97,205); }

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

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

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

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

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

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

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