#555DC3

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

Shades of Free Speech Blue #555DC3

Tints of Free Speech Blue #555DC3

Color information

#555DC3 (or 0x555DC3) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5D and C3. RGB value is (85,93,195). Sum of RGB (Red+Green+Blue) = 85+93+195=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 195 (76.56% from 255 or 52.28% from 373); Max value from RGB is 195 - color contains mainly: blue. Hex color #555DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DC3 is #AAA23C. Grayscale: #656565. Windows color (decimal): -11182653 or 12803413. OLE color: 12803413.

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

Color convert

RGB8593195-
CMYK0.560.5200.24
HSL235.64º47.83%54.9%-
HSV(B)235.64º56.41%76.47%-
XYZ17.5113.753.35-
YUV102.24180.35115.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.79%
GREEN value IS 93 (36.72% from 255) = 24.93%
BLUE value IS 195 (76.56% from 255) = 52.28%
R=22.79%
G=24.93%
B=52.28%

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
Decimal85931950.560.5200.24235.6447.8354.9
Hex555DC33834018ec3037
Octal12513530370640303546067
Binary101010110111011100001111100011010001100011101100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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