#555BC3

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

Shades of Free Speech Blue #555BC3

Tints of Free Speech Blue #555BC3

Color information

#555BC3 (or 0x555BC3) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5B and C3. RGB value is (85,91,195). Sum of RGB (Red+Green+Blue) = 85+91+195=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #555BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BC3 is #AAA43C. Grayscale: #646464. Windows color (decimal): -11183165 or 12802901. OLE color: 12802901.

HSL color Cylindrical-coordinate representation of color #555BC3: hue angle of 236.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555BC3 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8591195-
CMYK0.560.5300.24
HSL236.73º47.83%54.9%-
HSV(B)236.73º56.41%76.47%-
XYZ17.3413.3553.29-
YUV101.06181.01116.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=22.91%
G=24.53%
B=52.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85911950.560.5300.24236.7347.8354.9
Hex555BC33835018ed3037
Octal12513330370650303556067
Binary101010110110111100001111100011010101100011101101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,91,195); }

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

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

 a { background-color: rgb(85,91,195); }

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

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

 span { border-color: rgb(85,91,195); }

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