#5667CC

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

Shades of Free Speech Blue #5667CC

Tints of Free Speech Blue #5667CC

Color information

#5667CC (or 0x5667CC) is unknown color: approx Free Speech Blue. HEX triplet: 56, 67 and CC. RGB value is (86,103,204). Sum of RGB (Red+Green+Blue) = 86+103+204=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 103 (40.62% from 255 or 26.21% 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 #5667CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5667CC is #A99833. Grayscale: #6D6D6D. Windows color (decimal): -11114548 or 13395798. OLE color: 13395798.

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

Color convert

RGB86103204-
CMYK0.580.5000.2
HSL231.36º53.64%56.86%-
HSV(B)231.36º57.84%80%-
XYZ19.5916.0459.19-
YUV109.43181.37111.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 21.88%
GREEN value IS 103 (40.62% from 255) = 26.21%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=21.88%
G=26.21%
B=51.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal861032040.580.5000.2231.3653.6456.86
Hex5667CC3A32014e73639
Octal12614731472620243476671
Binary101011011001111100110011101011001001010011100111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5667CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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