#5557CA

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

Shades of Free Speech Blue #5557CA

Tints of Free Speech Blue #5557CA

Color information

#5557CA (or 0x5557CA) is unknown color: approx Free Speech Blue. HEX triplet: 55, 57 and CA. RGB value is (85,87,202). Sum of RGB (Red+Green+Blue) = 85+87+202=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #5557CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5557CA is #AAA835. Grayscale: #636363. Windows color (decimal): -11184182 or 13260629. OLE color: 13260629.

HSL color Cylindrical-coordinate representation of color #5557CA: hue angle of 238.97º 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 #5557CA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8587202-
CMYK0.580.5700.21
HSL238.97º52.47%56.27%-
HSV(B)238.97º57.92%79.22%-
XYZ17.8213.0157.45-
YUV99.51185.84117.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=22.73%
G=23.26%
B=54.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85872020.580.5700.21238.9752.4756.27
Hex5557CA3A39015ef3438
Octal12512731272710253576470
Binary101010110101111100101011101011100101010111101111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5557CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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