#535AD9

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

Shades of Free Speech Blue #535AD9

Tints of Free Speech Blue #535AD9

Color information

#535AD9 (or 0x535AD9) is unknown color: approx Free Speech Blue. HEX triplet: 53, 5A and D9. RGB value is (83,90,217). Sum of RGB (Red+Green+Blue) = 83+90+217=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #535AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535AD9 is #ACA526. Grayscale: #656565. Windows color (decimal): -11314471 or 14244435. OLE color: 14244435.

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

Color convert

RGB8390217-
CMYK0.620.5900.15
HSL236.87º63.81%58.82%-
HSV(B)236.87º61.75%85.1%-
XYZ19.7514.1667.34-
YUV102.38192.68114.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 217 (85.16% from 255) = 55.64%
R=21.28%
G=23.08%
B=55.64%

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
Decimal83902170.620.5900.15236.8763.8158.82
Hex535AD93E3B0Fed403b
Octal123132331767301735510073
Binary101001110110101101100111111011101101111111011011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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