#5568CC

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

Shades of Free Speech Blue #5568CC

Tints of Free Speech Blue #5568CC

Color information

#5568CC (or 0x5568CC) is unknown color: approx Free Speech Blue. HEX triplet: 55, 68 and CC. RGB value is (85,104,204). Sum of RGB (Red+Green+Blue) = 85+104+204=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5568CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5568CC is #AA9733. Grayscale: #6D6D6D. Windows color (decimal): -11179828 or 13396053. OLE color: 13396053.

HSL color Cylindrical-coordinate representation of color #5568CC: hue angle of 230.42º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5568CC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB85104204-
CMYK0.580.4900.2
HSL230.42º53.85%56.67%-
HSV(B)230.42º58.33%80%-
XYZ19.616.1959.22-
YUV109.72181.21110.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=21.63%
G=26.46%
B=51.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal851042040.580.4900.2230.4253.8556.67
Hex5568CC3A31014e63639
Octal12515031472610243466671
Binary101010111010001100110011101011000101010011100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5568CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5568CC; }

 p { color: rgb(85,104,204); }

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

<style>
 a { background-color: #5568CC; }

 a { background-color: rgb(85,104,204); }

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

<style>
 span { border-color: #5568CC; }

 span { border-color: rgb(85,104,204); }

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