#555ECA

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

Shades of Free Speech Blue #555ECA

Tints of Free Speech Blue #555ECA

Color information

#555ECA (or 0x555ECA) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5E and CA. RGB value is (85,94,202). Sum of RGB (Red+Green+Blue) = 85+94+202=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #555ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ECA is #AAA135. Grayscale: #676767. Windows color (decimal): -11182390 or 13262421. OLE color: 13262421.

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

Color convert

RGB8594202-
CMYK0.580.5300.21
HSL235.38º52.47%56.27%-
HSV(B)235.38º57.92%79.22%-
XYZ18.4114.257.65-
YUV103.62183.52114.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 94 (37.11% from 255) = 24.67%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=22.31%
G=24.67%
B=53.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85942020.580.5300.21235.3852.4756.27
Hex555ECA3A35015eb3438
Octal12513631272650253536470
Binary101010110111101100101011101011010101010111101011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555ECA; }

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

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

<style>
 a { background-color: #555ECA; }

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

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

<style>
 span { border-color: #555ECA; }

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

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