#535DD7

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

Shades of Free Speech Blue #535DD7

Tints of Free Speech Blue #535DD7

Color information

#535DD7 (or 0x535DD7) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5D and D7. RGB value is (83,93,215). Sum of RGB (Red+Green+Blue) = 83+93+215=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #535DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535DD7 is #ACA228. Grayscale: #676767. Windows color (decimal): -11313705 or 14114131. OLE color: 14114131.

HSL color Cylindrical-coordinate representation of color #535DD7: hue angle of 235.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #535DD7 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8393215-
CMYK0.610.5700.16
HSL235.45º62.26%58.43%-
HSV(B)235.45º61.4%84.31%-
XYZ19.7514.5766.06-
YUV103.92190.69113.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 93 (36.72% from 255) = 23.79%
BLUE value IS 215 (84.38% from 255) = 54.99%
R=21.23%
G=23.79%
B=54.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83932150.610.5700.16235.4562.2658.43
Hex535DD73D39010eb3e3a
Octal12313532775710203537672
Binary101001110111011101011111110111100101000011101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,93,215); }

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

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

 a { background-color: rgb(83,93,215); }

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

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

 span { border-color: rgb(83,93,215); }

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