#5563CB

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

Shades of Free Speech Blue #5563CB

Tints of Free Speech Blue #5563CB

Color information

#5563CB (or 0x5563CB) is unknown color: approx Free Speech Blue. HEX triplet: 55, 63 and CB. RGB value is (85,99,203). Sum of RGB (Red+Green+Blue) = 85+99+203=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #5563CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5563CB is #AA9C34. Grayscale: #6A6A6A. Windows color (decimal): -11181109 or 13329237. OLE color: 13329237.

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

Color convert

RGB8599203-
CMYK0.580.5100.20
HSL232.88º53.15%56.47%-
HSV(B)232.88º58.13%79.61%-
XYZ18.9915.1758.43-
YUV106.67182.36112.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.96%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 203 (79.69% from 255) = 52.45%
R=21.96%
G=25.58%
B=52.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85992030.580.5100.20232.8853.1556.47
Hex5563CB3A33014e93538
Octal12514331372630243516570
Binary101010111000111100101111101011001101010011101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5563CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5563CB; }

 p { color: rgb(85,99,203); }

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

<style>
 a { background-color: #5563CB; }

 a { background-color: rgb(85,99,203); }

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

<style>
 span { border-color: #5563CB; }

 span { border-color: rgb(85,99,203); }

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