#5668CC

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

Shades of Free Speech Blue #5668CC

Tints of Free Speech Blue #5668CC

Color information

#5668CC (or 0x5668CC) is unknown color: approx Free Speech Blue. HEX triplet: 56, 68 and CC. RGB value is (86,104,204). Sum of RGB (Red+Green+Blue) = 86+104+204=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5668CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5668CC is #A99733. Grayscale: #6D6D6D. Windows color (decimal): -11114292 or 13396054. OLE color: 13396054.

HSL color Cylindrical-coordinate representation of color #5668CC: hue angle of 230.85º 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 #5668CC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB86104204-
CMYK0.580.4900.2
HSL230.85º53.64%56.86%-
HSV(B)230.85º57.84%80%-
XYZ19.6916.2459.22-
YUV110.02181.04110.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.83%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=21.83%
G=26.40%
B=51.78%

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
Decimal861042040.580.4900.2230.8553.6456.86
Hex5668CC3A31014e73639
Octal12615031472610243476671
Binary101011011010001100110011101011000101010011100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5668CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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