#555FC8

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

Shades of Free Speech Blue #555FC8

Tints of Free Speech Blue #555FC8

Color information

#555FC8 (or 0x555FC8) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5F and C8. RGB value is (85,95,200). Sum of RGB (Red+Green+Blue) = 85+95+200=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #555FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FC8 is #AAA037. Grayscale: #676767. Windows color (decimal): -11182136 or 13131605. OLE color: 13131605.

HSL color Cylindrical-coordinate representation of color #555FC8: hue angle of 234.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #555FC8 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8595200-
CMYK0.580.5200.22
HSL234.78º51.11%55.88%-
HSV(B)234.78º57.5%78.43%-
XYZ18.2614.2956.44-
YUV103.98182.19114.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.37%
GREEN value IS 95 (37.5% from 255) = 25%
BLUE value IS 200 (78.52% from 255) = 52.63%
R=22.37%
G=25%
B=52.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85952000.580.5200.22234.7851.1155.88
Hex555FC83A34016eb3338
Octal12513731072640263536370
Binary101010110111111100100011101011010001011011101011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,95,200); }

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

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

 a { background-color: rgb(85,95,200); }

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

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

 span { border-color: rgb(85,95,200); }

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