#535EC0

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

Shades of Free Speech Blue #535EC0

Tints of Free Speech Blue #535EC0

Color information

#535EC0 (or 0x535EC0) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5E and C0. RGB value is (83,94,192). Sum of RGB (Red+Green+Blue) = 83+94+192=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #535EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535EC0 is #ACA13F. Grayscale: #656565. Windows color (decimal): -11313472 or 12607059. OLE color: 12607059.

HSL color Cylindrical-coordinate representation of color #535EC0: hue angle of 233.94º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #535EC0 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8394192-
CMYK0.570.5100.25
HSL233.94º46.38%53.92%-
HSV(B)233.94º56.77%75.29%-
XYZ17.0813.6551.6-
YUV101.88178.86114.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 192 (75.39% from 255) = 52.03%
R=22.49%
G=25.47%
B=52.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83941920.570.5100.25233.9446.3853.92
Hex535EC03933019ea2e36
Octal12313630071630313525666
Binary101001110111101100000011100111001101100111101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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