#5663CA

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

Shades of Free Speech Blue #5663CA

Tints of Free Speech Blue #5663CA

Color information

#5663CA (or 0x5663CA) is unknown color: approx Free Speech Blue. HEX triplet: 56, 63 and CA. RGB value is (86,99,202). Sum of RGB (Red+Green+Blue) = 86+99+202=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5663CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663CA is #A99C35. Grayscale: #6A6A6A. Windows color (decimal): -11115574 or 13263702. OLE color: 13263702.

HSL color Cylindrical-coordinate representation of color #5663CA: hue angle of 233.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5663CA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8699202-
CMYK0.570.5100.21
HSL233.28º52.25%56.47%-
HSV(B)233.28º57.43%79.22%-
XYZ18.9615.1757.81-
YUV106.86181.69113.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=22.22%
G=25.58%
B=52.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86992020.570.5100.21233.2852.2556.47
Hex5663CA3933015e93438
Octal12614331271630253516470
Binary101011011000111100101011100111001101010111101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5663CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5663CA; }

 p { color: rgb(86,99,202); }

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

<style>
 a { background-color: #5663CA; }

 a { background-color: rgb(86,99,202); }

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

<style>
 span { border-color: #5663CA; }

 span { border-color: rgb(86,99,202); }

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