#5554C4

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

Shades of Free Speech Blue #5554C4

Tints of Free Speech Blue #5554C4

Color information

#5554C4 (or 0x5554C4) is unknown color: approx Free Speech Blue. HEX triplet: 55, 54 and C4. RGB value is (85,84,196). Sum of RGB (Red+Green+Blue) = 85+84+196=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5554C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554C4 is #AAAB3B. Grayscale: #606060. Windows color (decimal): -11184956 or 12866645. OLE color: 12866645.

HSL color Cylindrical-coordinate representation of color #5554C4: hue angle of 240.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5554C4 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8584196-
CMYK0.570.5700.23
HSL240.54º48.7%54.9%-
HSV(B)240.54º57.14%76.86%-
XYZ16.8812.2653.7-
YUV97.07183.83119.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=23.29%
G=23.01%
B=53.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal85841960.570.5700.23240.5448.754.9
Hex5554C43939017f13137
Octal12512430471710273616167
Binary101010110101001100010011100111100101011111110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5554C4; }

 p { color: rgb(85,84,196); }

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

<style>
 a { background-color: #5554C4; }

 a { background-color: rgb(85,84,196); }

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

<style>
 span { border-color: #5554C4; }

 span { border-color: rgb(85,84,196); }

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