#5463c4

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

Shades of Free Speech Blue #5463C4

Tints of Free Speech Blue #5463C4

Color information

#5463C4 (or 0x5463C4) is unknown color: approx Free Speech Blue. HEX triplet: 54, 63 and C4. RGB value is (84,99,196). Sum of RGB (Red+Green+Blue) = 84+99+196=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #5463C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5463C4 is #AB9C3B. Grayscale: #696969. Windows color (decimal): -11246652 or 12870484. OLE color: 12870484.

HSL color Cylindrical-coordinate representation of color #5463C4: hue angle of 231.96º 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 #5463C4 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8499196-
CMYK0.570.4900.23
HSL231.96º48.7%54.9%-
HSV(B)231.96º57.14%76.86%-
XYZ18.0814.7954.13-
YUV105.57179.03112.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.16%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=22.16%
G=26.12%
B=51.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84991960.570.4900.23231.9648.754.9
Hex5463C43931017e83137
Octal12414330471610273506167
Binary101010011000111100010011100111000101011111101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5463c4; }

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

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

<style>
 a { background-color: #5463c4; }

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

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

<style>
 span { border-color: #5463c4; }

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

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