#555fd4

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

Shades of Free Speech Blue #555FD4

Tints of Free Speech Blue #555FD4

Color information

#555FD4 (or 0x555FD4) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5F and D4. RGB value is (85,95,212). Sum of RGB (Red+Green+Blue) = 85+95+212=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 212 (83.20% from 255 or 54.08% from 392); Max value from RGB is 212 - color contains mainly: blue. Hex color #555FD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555FD4 is #AAA02B. Grayscale: #686868. Windows color (decimal): -11182124 or 13918037. OLE color: 13918037.

HSL color Cylindrical-coordinate representation of color #555FD4: hue angle of 235.28º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #555FD4 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8595212-
CMYK0.600.5500.17
HSL235.28º59.62%58.24%-
HSV(B)235.28º59.91%83.14%-
XYZ19.7214.8764.12-
YUV105.35188.19113.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 212 (83.20% from 255) = 54.08%
R=21.68%
G=24.23%
B=54.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal85952120.600.5500.17235.2859.6258.24
Hex555FD43C37011eb3c3a
Octal12513732474670213537472
Binary101010110111111101010011110011011101000111101011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555fd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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