#535AD7

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

Shades of Free Speech Blue #535AD7

Tints of Free Speech Blue #535AD7

Color information

#535AD7 (or 0x535AD7) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5A and D7. RGB value is (83,90,215). Sum of RGB (Red+Green+Blue) = 83+90+215=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #535AD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD7 is #ACA528. Grayscale: #656565. Windows color (decimal): -11314473 or 14113363. OLE color: 14113363.

HSL color Cylindrical-coordinate representation of color #535AD7: hue angle of 236.82º 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 #535AD7 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8390215-
CMYK0.610.5800.16
HSL236.82º62.26%58.43%-
HSV(B)236.82º61.4%84.31%-
XYZ19.4914.0665.98-
YUV102.16191.68114.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.39%
GREEN value IS 90 (35.55% from 255) = 23.20%
BLUE value IS 215 (84.38% from 255) = 55.41%
R=21.39%
G=23.20%
B=55.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83902150.610.5800.16236.8262.2658.43
Hex535AD73D3A010ed3e3a
Octal12313232775720203557672
Binary101001110110101101011111110111101001000011101101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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