#5363C4

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

Shades of Free Speech Blue #5363C4

Tints of Free Speech Blue #5363C4

Color information

#5363C4 (or 0x5363C4) is unknown color: approx Free Speech Blue. HEX triplet: 53, 63 and C4. RGB value is (83,99,196). Sum of RGB (Red+Green+Blue) = 83+99+196=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #5363C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5363C4 is #AC9C3B. Grayscale: #686868. Windows color (decimal): -11312188 or 12870483. OLE color: 12870483.

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

Color convert

RGB8399196-
CMYK0.580.4900.23
HSL231.5º48.92%54.71%-
HSV(B)231.5º57.65%76.86%-
XYZ17.9914.7554.12-
YUV105.27179.2112.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 196 (76.95% from 255) = 51.85%
R=21.96%
G=26.19%
B=51.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83991960.580.4900.23231.548.9254.71
Hex5363C43A31017e83137
Octal12314330472610273506167
Binary101001111000111100010011101011000101011111101000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5363C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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