#555FCB

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

Shades of Free Speech Blue #555FCB

Tints of Free Speech Blue #555FCB

Color information

#555FCB (or 0x555FCB) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5F and CB. RGB value is (85,95,203). Sum of RGB (Red+Green+Blue) = 85+95+203=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #555FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FCB is #AAA034. Grayscale: #676767. Windows color (decimal): -11182133 or 13328213. OLE color: 13328213.

HSL color Cylindrical-coordinate representation of color #555FCB: hue angle of 234.92º 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 #555FCB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8595203-
CMYK0.580.5300.20
HSL234.92º53.15%56.47%-
HSV(B)234.92º58.13%79.61%-
XYZ18.6214.4358.3-
YUV104.32183.69114.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=22.19%
G=24.80%
B=53.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal85952030.580.5300.20234.9253.1556.47
Hex555FCB3A35014eb3538
Octal12513731372650243536570
Binary101010110111111100101111101011010101010011101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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