#555DC1

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

Shades of Free Speech Blue #555DC1

Tints of Free Speech Blue #555DC1

Color information

#555DC1 (or 0x555DC1) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5D and C1. RGB value is (85,93,193). Sum of RGB (Red+Green+Blue) = 85+93+193=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #555DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DC1 is #AAA23E. Grayscale: #656565. Windows color (decimal): -11182655 or 12672341. OLE color: 12672341.

HSL color Cylindrical-coordinate representation of color #555DC1: hue angle of 235.56º degrees, saturation: 0.47, 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 #555DC1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8593193-
CMYK0.560.5200.24
HSL235.56º46.55%54.51%-
HSV(B)235.56º55.96%75.69%-
XYZ17.2913.6152.17-
YUV102.01179.35115.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 193 (75.78% from 255) = 52.02%
R=22.91%
G=25.07%
B=52.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal85931930.560.5200.24235.5646.5554.51
Hex555DC13834018ec2f37
Octal12513530170640303545767
Binary101010110111011100000111100011010001100011101100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,93,193); }

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

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

 a { background-color: rgb(85,93,193); }

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

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

 span { border-color: rgb(85,93,193); }

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