#5357D8

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

Shades of Free Speech Blue #5357D8

Tints of Free Speech Blue #5357D8

Color information

#5357D8 (or 0x5357D8) is unknown color: approx Free Speech Blue. HEX triplet: 53, 57 and D8. RGB value is (83,87,216). Sum of RGB (Red+Green+Blue) = 83+87+216=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #5357D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357D8 is #ACA827. Grayscale: #636363. Windows color (decimal): -11315240 or 14178131. OLE color: 14178131.

HSL color Cylindrical-coordinate representation of color #5357D8: hue angle of 238.2º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5357D8 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8387216-
CMYK0.620.6000.15
HSL238.2º63.03%58.63%-
HSV(B)238.2º61.57%84.71%-
XYZ19.3713.6166.57-
YUV100.51193.17115.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 216 (84.77% from 255) = 55.96%
R=21.50%
G=22.54%
B=55.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83872160.620.6000.15238.263.0358.63
Hex5357D83E3C0Fee3f3b
Octal12312733076740173567773
Binary10100111010111110110001111101111000111111101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5357D8; }

 p { color: rgb(83,87,216); }

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

<style>
 a { background-color: #5357D8; }

 a { background-color: rgb(83,87,216); }

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

<style>
 span { border-color: #5357D8; }

 span { border-color: rgb(83,87,216); }

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