#555DCD

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

Shades of Free Speech Blue #555DCD

Tints of Free Speech Blue #555DCD

Color information

#555DCD (or 0x555DCD) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5D and CD. RGB value is (85,93,205). Sum of RGB (Red+Green+Blue) = 85+93+205=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #555DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555DCD is #AAA232. Grayscale: #666666. Windows color (decimal): -11182643 or 13458773. OLE color: 13458773.

HSL color Cylindrical-coordinate representation of color #555DCD: hue angle of 236º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #555DCD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8593205-
CMYK0.590.5500.20
HSL236º54.55%56.86%-
HSV(B)236º58.54%80.39%-
XYZ18.6814.1759.51-
YUV103.38185.35114.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=22.19%
G=24.28%
B=53.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85932050.590.5500.2023654.5556.86
Hex555DCD3B37014ec3739
Octal12513531573670243546771
Binary101010110111011100110111101111011101010011101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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