#535ED1

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

Shades of Free Speech Blue #535ED1

Tints of Free Speech Blue #535ED1

Color information

#535ED1 (or 0x535ED1) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5E and D1. RGB value is (83,94,209). Sum of RGB (Red+Green+Blue) = 83+94+209=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 209 (82.03% from 255 or 54.15% from 386); Max value from RGB is 209 - color contains mainly: blue. Hex color #535ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ED1 is #ACA12E. Grayscale: #676767. Windows color (decimal): -11313455 or 13721171. OLE color: 13721171.

HSL color Cylindrical-coordinate representation of color #535ED1: hue angle of 234.76º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #535ED1 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8394209-
CMYK0.600.5500.18
HSL234.76º57.8%57.25%-
HSV(B)234.76º60.29%81.96%-
XYZ19.0814.4562.1-
YUV103.82187.36113.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 94 (37.11% from 255) = 24.35%
BLUE value IS 209 (82.03% from 255) = 54.15%
R=21.50%
G=24.35%
B=54.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal83942090.600.5500.18234.7657.857.25
Hex535ED13C37012eb3a39
Octal12313632174670223537271
Binary101001110111101101000111110011011101001011101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535ED1; }

 p { color: rgb(83,94,209); }

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

<style>
 a { background-color: #535ED1; }

 a { background-color: rgb(83,94,209); }

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

<style>
 span { border-color: #535ED1; }

 span { border-color: rgb(83,94,209); }

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