#555ACB

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

Shades of Free Speech Blue #555ACB

Tints of Free Speech Blue #555ACB

Color information

#555ACB (or 0x555ACB) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5A and CB. RGB value is (85,90,203). Sum of RGB (Red+Green+Blue) = 85+90+203=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #555ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555ACB is #AAA534. Grayscale: #646464. Windows color (decimal): -11183413 or 13326933. OLE color: 13326933.

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

Color convert

RGB8590203-
CMYK0.580.5600.20
HSL237.46º53.15%56.47%-
HSV(B)237.46º58.13%79.61%-
XYZ18.1813.5658.16-
YUV101.39185.34116.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 203 (79.69% from 255) = 53.70%
R=22.49%
G=23.81%
B=53.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85902030.580.5600.20237.4653.1556.47
Hex555ACB3A38014ed3538
Octal12513231372700243556570
Binary101010110110101100101111101011100001010011101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,203); }

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

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

 a { background-color: rgb(85,90,203); }

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

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

 span { border-color: rgb(85,90,203); }

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