#5560ca

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

Shades of Free Speech Blue #5560CA

Tints of Free Speech Blue #5560CA

Color information

#5560CA (or 0x5560CA) is unknown color: approx Free Speech Blue. HEX triplet: 55, 60 and CA. RGB value is (85,96,202). Sum of RGB (Red+Green+Blue) = 85+96+202=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #5560CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5560CA is #AA9F35. Grayscale: #686868. Windows color (decimal): -11181878 or 13262933. OLE color: 13262933.

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

Color convert

RGB8596202-
CMYK0.580.5200.21
HSL234.36º52.47%56.27%-
HSV(B)234.36º57.92%79.22%-
XYZ18.5914.5657.71-
YUV104.8182.86113.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=22.19%
G=25.07%
B=52.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85962020.580.5200.21234.3652.4756.27
Hex5560CA3A34015ea3438
Octal12514031272640253526470
Binary101010111000001100101011101011010001010111101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5560ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5560ca; }

 p { color: rgb(85,96,202); }

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

<style>
 a { background-color: #5560ca; }

 a { background-color: rgb(85,96,202); }

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

<style>
 span { border-color: #5560ca; }

 span { border-color: rgb(85,96,202); }

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