#535ADA

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

Shades of Free Speech Blue #535ADA

Tints of Free Speech Blue #535ADA

Color information

#535ADA (or 0x535ADA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5A and DA. RGB value is (83,90,218). Sum of RGB (Red+Green+Blue) = 83+90+218=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #535ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535ADA is #ACA525. Grayscale: #656565. Windows color (decimal): -11314470 or 14309971. OLE color: 14309971.

HSL color Cylindrical-coordinate representation of color #535ADA: hue angle of 236.89º degrees, saturation: 0.65, 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 #535ADA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8390218-
CMYK0.620.5900.15
HSL236.89º64.59%59.02%-
HSV(B)236.89º61.93%85.49%-
XYZ19.8814.2168.03-
YUV102.5193.18114.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 218 (85.55% from 255) = 55.75%
R=21.23%
G=23.02%
B=55.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83902180.620.5900.15236.8964.5959.02
Hex535ADA3E3B0Fed413b
Octal123132332767301735510173
Binary101001110110101101101011111011101101111111011011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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